Spaces:
Sleeping
Sleeping
abubasith86 commited on
Commit ·
b41e859
1
Parent(s): c1b6719
removed
Browse files
app.py
CHANGED
|
@@ -78,9 +78,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
| 78 |
|
| 79 |
with gr.Blocks() as demo:
|
| 80 |
gr.Markdown("## 🤖 Smart AI Chatbot (PDF + Web + General QA)")
|
| 81 |
-
|
| 82 |
-
pdf_file = gr.File(label="📄 Upload a PDF", file_types=[".pdf"])
|
| 83 |
-
|
| 84 |
chat = gr.ChatInterface(
|
| 85 |
respond,
|
| 86 |
additional_inputs=[
|
|
|
|
| 78 |
|
| 79 |
with gr.Blocks() as demo:
|
| 80 |
gr.Markdown("## 🤖 Smart AI Chatbot (PDF + Web + General QA)")
|
|
|
|
|
|
|
|
|
|
| 81 |
chat = gr.ChatInterface(
|
| 82 |
respond,
|
| 83 |
additional_inputs=[
|