clementsan commited on
Commit
6f396af
1 Parent(s): 51d2a09

Update UI subtitle

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ def demo():
286
 
287
  gr.Markdown(
288
  """<center><h2>PDF-based chatbot</center></h2>
289
- <h3>Ask any questions about your PDF documents, along with follow-ups</h3>""")
290
  gr.Markdown(
291
  """<b>Note:</b> This AI assistant, using Langchain and open-source LLMs, performs retrieval-augmented generation (RAG) from your PDF documents. \
292
  The user interface explicitely shows multiple steps to help understand the RAG workflow.
 
286
 
287
  gr.Markdown(
288
  """<center><h2>PDF-based chatbot</center></h2>
289
+ <h3>Ask any questions about your PDF documents</h3>""")
290
  gr.Markdown(
291
  """<b>Note:</b> This AI assistant, using Langchain and open-source LLMs, performs retrieval-augmented generation (RAG) from your PDF documents. \
292
  The user interface explicitely shows multiple steps to help understand the RAG workflow.