MuntasirHossain commited on
Commit
3066d31
·
verified ·
1 Parent(s): b81a8c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def demo():
137
  vector_db = gr.State()
138
  qa_chain = gr.State()
139
 
140
- gr.HTML("<center><h1>RAG PDF chatbot</h1><center>")
141
  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. <b>Please do not upload confidential documents.</b>""")
142
 
143
  with gr.Row():
 
137
  vector_db = gr.State()
138
  qa_chain = gr.State()
139
 
140
+ gr.HTML("<center><h1>PDF RAG App</h1><center>")
141
  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. <b>Please do not upload confidential documents.</b>""")
142
 
143
  with gr.Row():