sarasad commited on
Commit
6e91992
1 Parent(s): da4fbab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def generate_response(text, minimum_length, p, temperature):
37
  # title = 'Empathetic Response Generation in Arabic'
38
  # description = 'This demo is for a BERT2BERT model trained for single-turn open-domain empathetic dialogue response generation in Modern Standard Arabic'
39
  css = """
40
- .rtlClass {direction:"rtl" !important}
41
  """
42
  with gr.Blocks(css=css) as demo:
43
 
 
37
  # title = 'Empathetic Response Generation in Arabic'
38
  # description = 'This demo is for a BERT2BERT model trained for single-turn open-domain empathetic dialogue response generation in Modern Standard Arabic'
39
  css = """
40
+ .rtlClass {direction:rtl !important}
41
  """
42
  with gr.Blocks(css=css) as demo:
43