Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,6 @@ with gr.Blocks(theme=gr.themes.Soft(), title="PDF Chat Assistant") as demo:
|
|
| 183 |
# π PDF Chat Assistant
|
| 184 |
### Have natural conversations with your documents ((Note: This Space runs on CPU, so responses may take a few mins.))
|
| 185 |
""")
|
| 186 |
-
(Note: This Space runs on CPU, so responses may take a few mins.)
|
| 187 |
with gr.Row():
|
| 188 |
with gr.Column(scale=1, min_width=300):
|
| 189 |
gr.Markdown("### Document Upload")
|
|
|
|
| 183 |
# π PDF Chat Assistant
|
| 184 |
### Have natural conversations with your documents ((Note: This Space runs on CPU, so responses may take a few mins.))
|
| 185 |
""")
|
|
|
|
| 186 |
with gr.Row():
|
| 187 |
with gr.Column(scale=1, min_width=300):
|
| 188 |
gr.Markdown("### Document Upload")
|