clementsan commited on
Commit
eb27368
1 Parent(s): 22e74a2

Update chatbot application description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -185,9 +185,9 @@ def demo():
185
  # qa_chain = gr.Variable()
186
 
187
  gr.Markdown(
188
- """<center><h2> Document-based chatbot</center></h2>
189
- <h3>Ask any questions about your PDF documents (single or multiple)</h3>
190
- <i>Note: chatbot performs question-answering using Langchain and LLMs</i>
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():