ghengx commited on
Commit
ac32041
·
1 Parent(s): 7609ed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
12
  inputs=gr.components.Textbox(lines=7, label="Enter your text"),
13
  outputs="text",
14
  title="MyStartup Bot",
15
- description="""This is a chatbot to answer your question regarding the MyStartup platform.
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)
 
12
  inputs=gr.components.Textbox(lines=7, label="Enter your text"),
13
  outputs="text",
14
  title="MyStartup Bot",
15
+ description="""This is a chatbot to answer your question regarding the MyStartup platform.
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)