YchKhan commited on
Commit
879210f
1 Parent(s): 37a656b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -392,7 +392,7 @@ with gr.Blocks() as demo:
392
  dd_documents.style(container=True)
393
  with gr.Row():
394
  btn_dl = gr.Button("Add these files to the Database")
395
- btn_export = gr.Button("Export selected files ⬇⬇")
396
 
397
  tb_session_id = gr.Textbox(label='session id')
398
  docs_input = gr.File(file_count="multiple", file_types=[".txt", ".pdf",".zip",".docx"])
 
392
  dd_documents.style(container=True)
393
  with gr.Row():
394
  btn_dl = gr.Button("Add these files to the Database")
395
+ btn_export = gr.Button("Export selected files ")
396
 
397
  tb_session_id = gr.Textbox(label='session id')
398
  docs_input = gr.File(file_count="multiple", file_types=[".txt", ".pdf",".zip",".docx"])