Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -272,7 +272,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 272 |
with gr.Row():
|
| 273 |
submit_button_pdf = gr.Button("ارفع الملف", interactive=False)
|
| 274 |
with gr.Row():
|
| 275 |
-
chatbot = gr.Chatbot(label="الشات", height=400, rtl=True, show_copy_all_button=True,
|
| 276 |
with gr.Row():
|
| 277 |
chat_label = gr.HTML(value='')
|
| 278 |
with gr.Row():
|
|
|
|
| 272 |
with gr.Row():
|
| 273 |
submit_button_pdf = gr.Button("ارفع الملف", interactive=False)
|
| 274 |
with gr.Row():
|
| 275 |
+
chatbot = gr.Chatbot(label="الشات", height=400, rtl=True, show_copy_all_button=True, layout='bubble', scale=1, bubble_full_width=False)
|
| 276 |
with gr.Row():
|
| 277 |
chat_label = gr.HTML(value='')
|
| 278 |
with gr.Row():
|