Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,33 +112,7 @@ with gr.Blocks() as demo:
|
|
| 112 |
refresh_btn = gr.Button("Refresh Chat", scale=1, variant="secondary")
|
| 113 |
|
| 114 |
example_questions = [
|
| 115 |
-
|
| 116 |
-
["How does DBT help with emotional regulation?"],
|
| 117 |
-
["Can you give me an example of an interpersonal effectiveness skill?"],
|
| 118 |
-
["I want to practice mindfulness. Can you help me?"],
|
| 119 |
-
["I want to practice distraction techniques. What can I do?"],
|
| 120 |
-
["How do I plan self-accommodation?"],
|
| 121 |
-
["What are some distress tolerance skills?"],
|
| 122 |
-
["Can you help me with emotional regulation techniques?"],
|
| 123 |
-
["How can I improve my interpersonal effectiveness?"],
|
| 124 |
-
["What are some ways to cope with stress using DBT?"],
|
| 125 |
-
["Can you guide me through a grounding exercise?"],
|
| 126 |
-
["How do I use DBT skills to handle intense emotions?"],
|
| 127 |
-
["What are some self-soothing techniques I can practice?"],
|
| 128 |
-
["How can I create a sensory-friendly safe space?"],
|
| 129 |
-
["Can you help me create a personal crisis plan?"],
|
| 130 |
-
["What are some affirmations for neurodivergent individuals?"],
|
| 131 |
-
["How can I manage rejection sensitive dysphoria?"],
|
| 132 |
-
["Can you guide me through observing with my senses?"],
|
| 133 |
-
["What are some accessible mindfulness exercises?"],
|
| 134 |
-
["How do I engage my wise mind?"],
|
| 135 |
-
["What are some values that I can identify with?"],
|
| 136 |
-
["How can I practice mindful appreciation?"],
|
| 137 |
-
["What is the STOP skill in distress tolerance?"],
|
| 138 |
-
["How can I use the TIPP skill to manage distress?"],
|
| 139 |
-
["What are some tips for managing meltdowns?"],
|
| 140 |
-
["Can you provide a list of stims that I can use?"],
|
| 141 |
-
["How do I improve my environment to reduce distress?"]
|
| 142 |
]
|
| 143 |
|
| 144 |
gr.Examples(examples=example_questions, inputs=[txt_input])
|
|
|
|
| 112 |
refresh_btn = gr.Button("Refresh Chat", scale=1, variant="secondary")
|
| 113 |
|
| 114 |
example_questions = [
|
| 115 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
]
|
| 117 |
|
| 118 |
gr.Examples(examples=example_questions, inputs=[txt_input])
|