nikravan commited on
Commit
d8e216e
1 Parent(s): 51d0233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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
 
 
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