Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,12 +277,12 @@ with gr.Blocks(css=CSS, theme=gr.themes.Soft(text_size=sizes.text_md)) as demo:
|
|
| 277 |
references = gr.State(value=[])
|
| 278 |
|
| 279 |
gr.Markdown(
|
| 280 |
-
"""<h2><center>
|
| 281 |
<h3><center><b>Interact With Your PDF Documents</b></center></h3>"""
|
| 282 |
)
|
| 283 |
gr.Markdown(
|
| 284 |
"""<center><h3><b>Note: </b> This application leverages advanced Retrieval-Augmented Generation (RAG) techniques to provide context-aware responses from your PDF documents</center><h3><br>
|
| 285 |
-
<center>Utilizing multimodal capabilities, this chatbot can
|
| 286 |
)
|
| 287 |
gr.Markdown(
|
| 288 |
"""
|
|
|
|
| 277 |
references = gr.State(value=[])
|
| 278 |
|
| 279 |
gr.Markdown(
|
| 280 |
+
"""<h2><center>Chat PDF Multimodal 💬 </center></h2>
|
| 281 |
<h3><center><b>Interact With Your PDF Documents</b></center></h3>"""
|
| 282 |
)
|
| 283 |
gr.Markdown(
|
| 284 |
"""<center><h3><b>Note: </b> This application leverages advanced Retrieval-Augmented Generation (RAG) techniques to provide context-aware responses from your PDF documents</center><h3><br>
|
| 285 |
+
<center>Utilizing multimodal capabilities, this chatbot can understand and answer queries based on both textual and visual information within your PDFs.</center>"""
|
| 286 |
)
|
| 287 |
gr.Markdown(
|
| 288 |
"""
|