Spaces:
Sleeping
Sleeping
clementsan
commited on
Commit
•
eb27368
1
Parent(s):
22e74a2
Update chatbot application description
Browse files
app.py
CHANGED
@@ -185,9 +185,9 @@ def demo():
|
|
185 |
# qa_chain = gr.Variable()
|
186 |
|
187 |
gr.Markdown(
|
188 |
-
"""<center><h2>
|
189 |
-
<h3>Ask any questions about your PDF documents
|
190 |
-
<i>Note: chatbot
|
191 |
""")
|
192 |
with gr.Tab("Step 1 - Document pre-processing"):
|
193 |
with gr.Row():
|
|
|
185 |
# qa_chain = gr.Variable()
|
186 |
|
187 |
gr.Markdown(
|
188 |
+
"""<center><h2>Document-based chatbot with memory</center></h2>
|
189 |
+
<h3>Ask any questions (and follow-up) about your PDF documents</h3>
|
190 |
+
<i>Note: this chatbot leverages LangChain for retrieval-augmented generation with memory.</i>
|
191 |
""")
|
192 |
with gr.Tab("Step 1 - Document pre-processing"):
|
193 |
with gr.Row():
|