Spaces:
Runtime error
Runtime error
param4374416
commited on
Commit
•
30fc970
1
Parent(s):
c97b223
Update app.py
Browse files
app.py
CHANGED
@@ -100,12 +100,12 @@ with demo:
|
|
100 |
examples=[
|
101 |
["I'm in the mood for some upbeat music to energize me."],
|
102 |
["Could you recommend a relaxing English pop song to unwind?"],
|
103 |
-
["
|
104 |
-
["What are some DBT skills for managing anxiety?"],
|
105 |
-
["Can you explain mindfulness in DBT?"],
|
106 |
-
["I am interested in DBT excercises"],
|
107 |
-
["I feel restless. Please help me."],
|
108 |
-
["I have destructive thoughts coming to my mind repetatively."]
|
109 |
],
|
110 |
title='English Pop Music Advisor Chatbot 🎵'
|
111 |
)
|
|
|
100 |
examples=[
|
101 |
["I'm in the mood for some upbeat music to energize me."],
|
102 |
["Could you recommend a relaxing English pop song to unwind?"],
|
103 |
+
["What's a good English pop song for when I'm feeling nostalgic?"],
|
104 |
+
# ["What are some DBT skills for managing anxiety?"],
|
105 |
+
# ["Can you explain mindfulness in DBT?"],
|
106 |
+
# ["I am interested in DBT excercises"],
|
107 |
+
# ["I feel restless. Please help me."],
|
108 |
+
# ["I have destructive thoughts coming to my mind repetatively."]
|
109 |
],
|
110 |
title='English Pop Music Advisor Chatbot 🎵'
|
111 |
)
|