awacke1 commited on
Commit
86e27fa
·
1 Parent(s): c6bff5d

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