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