ohalkhateeb commited on
Commit
0c3bebf
·
verified ·
1 Parent(s): 789519a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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(css="""
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()