Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ iface = gr.Interface(
|
|
13 |
outputs="text",
|
14 |
title="Unique Fire ChatBot",
|
15 |
description="""This is a chatbot to answer your question regarding the Unique Fire 227 Engineered Manual.
|
16 |
-
\nNotes: This chatbot does not implement the memory module, ask specific
|
|
|
17 |
)
|
18 |
iface.launch(share=False)
|
|
|
13 |
outputs="text",
|
14 |
title="Unique Fire ChatBot",
|
15 |
description="""This is a chatbot to answer your question regarding the Unique Fire 227 Engineered Manual.
|
16 |
+
\nNotes: This chatbot does not implement the memory module, ask specific questions and don't expect it remember the last conversation.
|
17 |
+
\nThe Manual can be found at https://drive.google.com/file/d/1zvkg2z1l7K6hdzsou654fD8Zv0xBbJvd/view?usp=sharing"""
|
18 |
)
|
19 |
iface.launch(share=False)
|