Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -170,13 +170,13 @@ def stream_chat(message, history: list, temperature: float, max_length: int, top
|
|
170 |
|
171 |
|
172 |
chatbot = gr.Chatbot(
|
173 |
-
|
174 |
)
|
175 |
chat_input = gr.MultimodalTextbox(
|
176 |
interactive=True,
|
177 |
placeholder="Enter message or upload a file ...",
|
178 |
show_label=False,
|
179 |
-
|
180 |
|
181 |
|
182 |
|
|
|
170 |
|
171 |
|
172 |
chatbot = gr.Chatbot(
|
173 |
+
rtl=True,
|
174 |
)
|
175 |
chat_input = gr.MultimodalTextbox(
|
176 |
interactive=True,
|
177 |
placeholder="Enter message or upload a file ...",
|
178 |
show_label=False,
|
179 |
+
rtl=True,
|
180 |
|
181 |
|
182 |
|