Update app.py
Browse files
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:
|
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 |
|