NCTCMumbai commited on
Commit
a6a1254
·
verified ·
1 Parent(s): 8758a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def demo():
285
  collection_name = gr.State()
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. \
 
285
  collection_name = gr.State()
286
 
287
  gr.Markdown(
288
+ """<center><h2>NCTC - 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. \