MohammedNasser commited on
Commit
a13e359
1 Parent(s): a57ca47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -278,9 +278,8 @@ with gr.Blocks(css=custom_css) as demo:
278
  output_label = gr.HTML(value='')
279
  with gr.Row():
280
  submit_button_pdf = gr.Button("ارفع الملف", interactive=False)
281
- with gr.Row():
282
- with gr.Column(scale=3):
283
- chatbot = gr.Chatbot(label="الشات", height=400, rtl=True, layout='bubble', bubble_full_width=False)
284
  with gr.Row():
285
  chat_label = gr.HTML(value='')
286
  with gr.Row():
 
278
  output_label = gr.HTML(value='')
279
  with gr.Row():
280
  submit_button_pdf = gr.Button("ارفع الملف", interactive=False)
281
+ with gr.Row():
282
+ chatbot = gr.Chatbot(label="الشات", height=400, rtl=True, elem_classes='arabic-chatbox', layout='bubble', bubble_full_width=False)
 
283
  with gr.Row():
284
  chat_label = gr.HTML(value='')
285
  with gr.Row():