Spaces:
Sleeping
Sleeping
philips poc text
Browse files
app.py
CHANGED
|
@@ -285,8 +285,8 @@ def demo():
|
|
| 285 |
collection_name = gr.State()
|
| 286 |
|
| 287 |
gr.Markdown(
|
| 288 |
-
"""<center><h2>
|
| 289 |
-
<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.
|