Veerammal commited on
Commit
3816439
1 Parent(s): 1855613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -285,13 +285,12 @@ def demo():
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. \
292
- The user interface explicitely shows multiple steps to help understand the RAG workflow.
293
- This chatbot takes past questions into account when generating answers (via conversational memory), and includes document references for clarity purposes.<br>
294
- <br><b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate a reply.
295
  """)
296
 
297
  with gr.Tab("Step 1 - Upload PDF"):
 
285
  collection_name = gr.State()
286
 
287
  gr.Markdown(
288
+ """<center><h2>PDF GENIE 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
+ This space created by C.JOSHWA of 9 th std from GHS. SUTHUKENY for making CBSE syllabus easy for students.<br>
293
+ <br><b>Warning:</b> This space can take some time to generate a reply.
 
294
  """)
295
 
296
  with gr.Tab("Step 1 - Upload PDF"):