YchKhan commited on
Commit
64c4a07
1 Parent(s): bc31df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -139,6 +139,7 @@ with gr.Blocks() as demo:
139
  btn_extract = gr.Button("Extract excel from URL")
140
 
141
  with gr.Tab("Split Files"):
 
142
  fi_input = gr.File(file_count='multiple')
143
 
144
 
 
139
  btn_extract = gr.Button("Extract excel from URL")
140
 
141
  with gr.Tab("Split Files"):
142
+ gr.Markdown("### Upload your standard documentation (pdf, doc, docx) to split it into paragraphs in an Excel file")
143
  fi_input = gr.File(file_count='multiple')
144
 
145