Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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():
|