zamal commited on
Commit
d9d2814
·
verified ·
1 Parent(s): 9878912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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>Multimodal PDF Chatbot</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 interpret and answer queries based on both textual and visual information within your PDFs.</center>"""
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
  """