Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,5 @@ with gr.Blocks() as demo:
|
|
52 |
clear = gr.Button("Clear")
|
53 |
msg.submit(respond, [msg, chatbot,output_slider,top_p_slider,temperature_slider], [msg, chatbot])
|
54 |
clear.click(lambda: None, None, chatbot, queue=False)
|
55 |
-
|
56 |
demo.launch()
|
|
|
52 |
clear = gr.Button("Clear")
|
53 |
msg.submit(respond, [msg, chatbot,output_slider,top_p_slider,temperature_slider], [msg, chatbot])
|
54 |
clear.click(lambda: None, None, chatbot, queue=False)
|
55 |
+
demo.rtl=True
|
56 |
demo.launch()
|