Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,8 @@ with gr.Blocks(title="المتحدث الآلي للتشريعات المحلي
|
|
71 |
|
72 |
# Launch with custom CSS
|
73 |
demo.launch(css="""
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
"""
|
|
|
71 |
|
72 |
# Launch with custom CSS
|
73 |
demo.launch(css="""
|
74 |
+
#chatbot {
|
75 |
+
direction: rtl;
|
76 |
+
text-align: right;
|
77 |
+
}
|
78 |
+
""")
|