Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ if st.button("Send"):
|
|
29 |
Offer at least 3 **specific** strategies or coping techniques that the user can try immediately to manage or alleviate their anxiety.
|
30 |
These could include emotional regulation techniques (like grounding exercises, breathing techniques),
|
31 |
self-care practices (like self-compassion or taking breaks), or mindset shifts (like reframing negative thoughts or focusing on what can be controlled).
|
32 |
-
|
|
|
33 |
"""
|
34 |
|
35 |
# Get the response from the model
|
|
|
29 |
Offer at least 3 **specific** strategies or coping techniques that the user can try immediately to manage or alleviate their anxiety.
|
30 |
These could include emotional regulation techniques (like grounding exercises, breathing techniques),
|
31 |
self-care practices (like self-compassion or taking breaks), or mindset shifts (like reframing negative thoughts or focusing on what can be controlled).
|
32 |
+
Be very descriptive. Use bullet points to clearly state actionable steps.
|
33 |
+
This is how the user is feeling: {user_input}
|
34 |
"""
|
35 |
|
36 |
# Get the response from the model
|