gheng commited on
Commit
fd4f386
·
verified ·
1 Parent(s): ce62be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 question and don't expect it remembers the last conversation."""
 
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)