NakshatraAich commited on
Commit
396189b
·
verified ·
1 Parent(s): c9ee30e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -98,15 +98,15 @@ with demo:
98
 
99
  chatbot = gr.ChatInterface(
100
  respond,
101
- examples=[
102
- ["I feel overwhelmed with work."],
103
- ["Can you guide me through a quick meditation?"],
104
- ["How do I stop worrying about things I can't control?"],
105
- ["What are some DBT skills for managing anxiety?"],
106
- ["Can you explain mindfulness in DBT?"],
107
- ["I am interested in DBT excercises"],
108
- ["I feel restless. Please help me."],
109
- ["I have destructive thoughts coming to my mind repetatively."]
110
  ],
111
  title='Dialectical Behaviour Therapy Assistant 👩‍⚕️'
112
  )
 
98
 
99
  chatbot = gr.ChatInterface(
100
  respond,
101
+ examples = [
102
+ ["I don't feel overwhelmed with work."],
103
+ ["I don't need guidance for a quick meditation."],
104
+ ["I'm not worried about things I can't control."],
105
+ ["I don't need DBT skills for managing anxiety."],
106
+ ["I don't need an explanation of mindfulness in DBT."],
107
+ ["I'm not interested in DBT exercises."],
108
+ ["I don't feel restless right now."],
109
+ ["I don't have destructive thoughts coming to my mind repeatedly."]
110
  ],
111
  title='Dialectical Behaviour Therapy Assistant 👩‍⚕️'
112
  )