OuroborosM commited on
Commit
4415f66
·
1 Parent(s): e71d79e

Remove db and update title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,8 +77,8 @@ def chathmi2(message, history):
77
  # chatbot = gr.Chatbot(color_map =("blue", "pink"))
78
 
79
  demo = gr.ChatInterface(
80
- chathmi2,
81
- title="STLA BABY - YOUR FRIENDLY GUIDE",
82
  )
83
 
84
  # demo = gr.Interface(
 
77
  # chatbot = gr.Chatbot(color_map =("blue", "pink"))
78
 
79
  demo = gr.ChatInterface(
80
+ chathmi,
81
+ title="STLA BABY - YOUR FRIENDLY GUIDE \n Powered by MECH Core Team",
82
  )
83
 
84
  # demo = gr.Interface(