Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ demo = gr.ChatInterface(
|
|
15 |
random_response,
|
16 |
title="ArabicGPT",
|
17 |
chatbot=gr.Chatbot(
|
18 |
-
rtl=
|
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
|