sarasad commited on
Commit
5565087
1 Parent(s): 6e91992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ css = """
42
  with gr.Blocks(css=css) as demo:
43
 
44
  gr.Markdown("Empathetic Response Generation in Arabic")
45
- chatbot = gr.Chatbot(style={'direction': 'rtl'}).style(height=400)
46
  msg = gr.Textbox(placeholder="Send a message",show_label=False,elem_classes="rtlClass")
47
  with gr.Column():
48
  output_slider=gr.Slider(5, 20, step=1, label='Minimum Output Length')
 
42
  with gr.Blocks(css=css) as demo:
43
 
44
  gr.Markdown("Empathetic Response Generation in Arabic")
45
+ chatbot = gr.Chatbot(elem_classes="rtlClass").style(height=400)
46
  msg = gr.Textbox(placeholder="Send a message",show_label=False,elem_classes="rtlClass")
47
  with gr.Column():
48
  output_slider=gr.Slider(5, 20, step=1, label='Minimum Output Length')