Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["
|
104 |
-
["
|
105 |
-
["
|
106 |
-
["
|
107 |
-
["I
|
108 |
-
["I feel restless
|
109 |
-
["I have destructive thoughts coming to my mind
|
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 |
)
|