Spaces:
Runtime error
Runtime error
shekhardhangar
commited on
Commit
β’
654c1d2
1
Parent(s):
04941d8
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def chat(message, history):
|
|
136 |
yield partial_text
|
137 |
|
138 |
|
139 |
-
chat = gr.ChatInterface(fn=chat, title="Mental Health Chatbot -
|
140 |
chat.launch(share=True)
|
141 |
|
142 |
# import os
|
|
|
136 |
yield partial_text
|
137 |
|
138 |
|
139 |
+
chat = gr.ChatInterface(fn=chat, title="Mental Health Chatbot - SHEKHAR")
|
140 |
chat.launch(share=True)
|
141 |
|
142 |
# import os
|