MohammedNasser commited on
Commit
3f6273d
·
verified ·
1 Parent(s): 4af7c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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و 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():
 
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():