Update app.py
Browse files
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 |
|