hmb HF Staff commited on
Commit
4d8fbf3
·
1 Parent(s): b1e68d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ demo = gr.ChatInterface(
15
  random_response,
16
  title="ArabicGPT",
17
  chatbot=gr.Chatbot(
18
- rtl=False,
19
  ),
20
  textbox=gr.Textbox(
21
  lines=1, placeholder="اكتب رسالتك هنا...", rtl=True, scale=7, autofocus=True
 
15
  random_response,
16
  title="ArabicGPT",
17
  chatbot=gr.Chatbot(
18
+ rtl=True,
19
  ),
20
  textbox=gr.Textbox(
21
  lines=1, placeholder="اكتب رسالتك هنا...", rtl=True, scale=7, autofocus=True