rishabh5752 commited on
Commit
58e16f1
·
verified ·
1 Parent(s): da5f7d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def demo():
115
  vector_db = gr.State()
116
  qa_chain = gr.State()
117
  gr.HTML("<center><h1>RAG PDF chatbot</h1><center>")
118
- gr.Markdown("""<b>Query your PDF documents!</b> This AI agent is designed to perform retrieval augmented generation (RAG) on PDF documents. The app is hosted on Hugging Face Hub for the sole purpose of demonstration. \
119
  <b>Please do not upload confidential documents.</b>
120
  """)
121
  with gr.Row():
 
115
  vector_db = gr.State()
116
  qa_chain = gr.State()
117
  gr.HTML("<center><h1>RAG PDF chatbot</h1><center>")
118
+ gr.Markdown("""<b>Query your PDF documents!</b> This AI agent is designed to perform retrieval augmented generation (RAG) on PDF documents. Feel free to customise the parameters according to your needs. \
119
  <b>Please do not upload confidential documents.</b>
120
  """)
121
  with gr.Row():