adrinavaz commited on
Commit
b85e71b
·
verified ·
1 Parent(s): 0d6c224
Files changed (1) hide show
  1. app.py +1 -0
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?",