Spaces:
Runtime error
Runtime error
Commit
·
4415f66
1
Parent(s):
e71d79e
Remove db and update title
Browse files
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 |
-
|
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(
|