Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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. \
|