Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
|
@@ -19,6 +19,7 @@ def respond(message, history):
|
|
| 19 |
|
| 20 |
chatbot = gr.ChatInterface(
|
| 21 |
respond,
|
|
|
|
| 22 |
examples=[ # give the user example prompts
|
| 23 |
"I've been feeling stressed about school lately.",
|
| 24 |
"What are some coping strategies for anxiety?",
|
|
|
|
| 19 |
|
| 20 |
chatbot = gr.ChatInterface(
|
| 21 |
respond,
|
| 22 |
+
title="Teen Mental Wellness Chatbot",
|
| 23 |
examples=[ # give the user example prompts
|
| 24 |
"I've been feeling stressed about school lately.",
|
| 25 |
"What are some coping strategies for anxiety?",
|