awacke1 commited on
Commit
f72605e
1 Parent(s): 10ffa47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -68,18 +68,18 @@ def calculator(text1, operation, text2):
68
  #contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
69
 
70
  examples = [
71
- ["Music and art make me feel", "add", "mindful"],
72
- ["Feel better each day when you awake by", "add", "mindful"],
73
- ["Feel better physically by", "add", "mindful"],
74
- ["Practicing mindfulness each day", "add", "mindful"],
75
- ["Be happier by", "add", "mindful"],
76
- ["Meditation can improve health", "add", "mindful"],
77
- ["Spending time outdoors", "add", "mindful"],
78
- ["Stress is relieved by quieting your mind, getting exercise and time with nature", "add", "mindful"],
79
- ["Break the cycle of stress and anxiety", "add", "mindful"],
80
- ["Feel calm in stressful situations", "add", "mindful"],
81
- ["Deal with work pressure", "add", "mindful"],
82
- ["Learn to reduce feelings of overwhelmed", "add", "mindful"]
83
  ]
84
 
85
  demo = gr.Interface(
 
68
  #contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
69
 
70
  examples = [
71
+ ["Music and art make me feel", "add", "Path to Health and Happiness"],
72
+ ["Feel better each day when you awake by", "add", "Mental Body Scan"],
73
+ ["Feel better physically by", "add", "Stretch, Calm, Breath"],
74
+ ["Practicing mindfulness each day", "add", "Walk Feel"],
75
+ ["Be happier by", "add", "Brain gamification"],
76
+ ["Meditation can improve health", "add", "Deep Breaths"],
77
+ ["Spending time outdoors", "add", "Find Joy"],
78
+ ["Stress is relieved by quieting your mind, getting exercise and time with nature", "add", "Relieve Pain"],
79
+ ["Break the cycle of stress and anxiety", "add", "Yoga and Meditation"],
80
+ ["Feel calm in stressful situations", "add", "Neocortex Tools and Techniques"],
81
+ ["Deal with work pressure", "add", "Strengthen Attention"],
82
+ ["Learn to reduce feelings of overwhelmed", "add", "Easy Daily Activities"]
83
  ]
84
 
85
  demo = gr.Interface(