Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
|
|
| 68 |
gr.Markdown("## π§ Ask Questions About Your Document (LangChain + Hugging Face)")
|
| 69 |
|
| 70 |
with gr.Row():
|
| 71 |
-
file_input = gr.File(label="π Upload .
|
| 72 |
upload_btn = gr.Button("π Process Document")
|
| 73 |
|
| 74 |
upload_output = gr.Textbox(label="π Status", interactive=False)
|
|
|
|
| 68 |
gr.Markdown("## π§ Ask Questions About Your Document (LangChain + Hugging Face)")
|
| 69 |
|
| 70 |
with gr.Row():
|
| 71 |
+
file_input = gr.File(label="π Upload .pdf File", type="filepath")
|
| 72 |
upload_btn = gr.Button("π Process Document")
|
| 73 |
|
| 74 |
upload_output = gr.Textbox(label="π Status", interactive=False)
|