awacke1 commited on
Commit
c6bff5d
·
1 Parent(s): 01348d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +34 -34
app.py CHANGED
@@ -9,40 +9,40 @@ title = ""
9
 
10
  def get_examples ():
11
  return [
12
- ["Being a Happier and Healthier Person"],
13
- ["Learn to Use Mindfulness to Affect Well Being"],
14
- ["Eating and Drinking - Find Healthy Nutrition Habits"],
15
- ["Drinking - Find Reasons and Cut Back or Quit Entirely"],
16
- ["Stress is relieved by quieting your mind, getting exercise and time with nature"],
17
- ["Reprogram Pain Stress Reactions"],
18
- ["Brain gamification"],
19
- ["Mental Body Scan"],
20
- ["Stretch, Calm, Breath"],
21
- ["Relaxed Seat Breath"],
22
- ["Walk Feel"],
23
- ["alleviating stress"],
24
- ["helping breathing, satisfaction"],
25
- ["Relieve Stress, Build Support"],
26
- ["Relaxation Response"],
27
- ["Deep Breaths"],
28
- ["Delete Not Helpful Thoughts"],
29
- ["Strengthen Helpful"],
30
- ["Sleep Better and Find Joy"],
31
- ["Yoga Sleep"],
32
- ["Relieve Pain"],
33
- ["Build and Boost Mental Strength"],
34
- ["Spending Time Outdoors"],
35
- ["Daily Routine Tasks"],
36
- ["Feel better each day when you awake by"],
37
- ["Feel better physically by"],
38
- ["Practicing mindfulness each day"],
39
- ["Be happier by"],
40
- ["Meditation can improve health"],
41
- ["Spending time outdoors"],
42
- ["Break the cycle of stress and anxiety"],
43
- ["Feel calm in stressful situations"],
44
- ["Deal with work pressure"],
45
- ["Learn to reduce feelings of overwhelmed"]
46
  ]
47
 
48
 
 
9
 
10
  def get_examples ():
11
  return [
12
+ ["Describe in detail an outline on Being a Happier and Healthier Person"],
13
+ ["Describe in detail an outline on Learn to Use Mindfulness to Affect Well Being"],
14
+ ["Describe in detail an outline on Eating and Drinking - Find Healthy Nutrition Habits"],
15
+ ["Describe in detail an outline on Drinking - Find Reasons and Cut Back or Quit Entirely"],
16
+ ["Describe in detail an outline on Stress is relieved by quieting your mind, getting exercise and time with nature"],
17
+ ["Describe in detail an outline on Reprogram Pain Stress Reactions"],
18
+ ["Describe in detail an outline on Brain gamification"],
19
+ ["Describe in detail an outline on Mental Body Scan"],
20
+ ["Describe in detail an outline on Stretch, Calm, Breath"],
21
+ ["Describe in detail an outline on Relaxed Seat Breath"],
22
+ ["Describe in detail an outline on Walk Feel"],
23
+ ["Describe in detail an outline on alleviating stress"],
24
+ ["Describe in detail an outline on helping breathing, satisfaction"],
25
+ ["Describe in detail an outline on Relieve Stress, Build Support"],
26
+ ["Describe in detail an outline on Relaxation Response"],
27
+ ["Describe in detail an outline on Deep Breaths"],
28
+ ["Describe in detail an outline on Delete Not Helpful Thoughts"],
29
+ ["Describe in detail an outline on Strengthen Helpful"],
30
+ ["Describe in detail an outline on Sleep Better and Find Joy"],
31
+ ["Describe in detail an outline on Yoga Sleep"],
32
+ ["Describe in detail an outline on Relieve Pain"],
33
+ ["Describe in detail an outline on Build and Boost Mental Strength"],
34
+ ["Describe in detail an outline on Spending Time Outdoors"],
35
+ ["Describe in detail an outline on Daily Routine Tasks"],
36
+ ["Describe in detail an outline on Feel better each day when you awake by"],
37
+ ["Describe in detail an outline on Feel better physically by"],
38
+ ["Describe in detail an outline on Practicing mindfulness each day"],
39
+ ["Describe in detail an outline on Be happier by"],
40
+ ["Describe in detail an outline on Meditation can improve health"],
41
+ ["Describe in detail an outline on Spending time outdoors"],
42
+ ["Describe in detail an outline on Break the cycle of stress and anxiety"],
43
+ ["Describe in detail an outline on Feel calm in stressful situations"],
44
+ ["Describe in detail an outline on Deal with work pressure"],
45
+ ["Describe in detail an outline on Learn to reduce feelings of overwhelmed"]
46
  ]
47
 
48