vijayagrawal commited on
Commit
ca6e2ec
·
verified ·
1 Parent(s): 69cfff7

philips poc text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -285,8 +285,8 @@ 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. \
292
  The user interface explicitely shows multiple steps to help understand the RAG workflow.
 
285
  collection_name = gr.State()
286
 
287
  gr.Markdown(
288
+ """<center><h2>Philips Demo</center></h2>
289
+ <h3>Chatbot for Philips Medical Equipment Support Personnel</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.