manabb commited on
Commit
1d59ec6
Β·
verified Β·
1 Parent(s): 11bfceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 .txt File", type="filepath")
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)