Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def chat_with_pdf(message, history):
|
|
| 37 |
return history
|
| 38 |
|
| 39 |
with gr.Blocks(title="๐ Interactive PDF Chatbot") as demo:
|
| 40 |
-
gr.Markdown("##
|
| 41 |
|
| 42 |
with gr.Row():
|
| 43 |
pdf = gr.File(label="Upload PDF", file_types=[".pdf"])
|
|
|
|
| 37 |
return history
|
| 38 |
|
| 39 |
with gr.Blocks(title="๐ Interactive PDF Chatbot") as demo:
|
| 40 |
+
gr.Markdown("## Talk to a PDF")
|
| 41 |
|
| 42 |
with gr.Row():
|
| 43 |
pdf = gr.File(label="Upload PDF", file_types=[".pdf"])
|