Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -270,7 +270,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 270 |
with gr.Row():
|
| 271 |
output_label = gr.HTML(value='')
|
| 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():
|
|
|
|
| 270 |
with gr.Row():
|
| 271 |
output_label = gr.HTML(value='')
|
| 272 |
with gr.Row():
|
| 273 |
+
submit_button_pdf = gr.Button("ارفع الملف", interactive=False, variant='primary')
|
| 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():
|