awacke1 commited on
Commit
6160125
·
1 Parent(s): 5ade1d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -68,18 +68,18 @@ with open('Mindfulness.txt', 'r') as file:
68
  contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
69
 
70
  examples = [
71
- ["Music and art make me feel"],
72
- ["Feel better each day when you awake by"],
73
- ["Feel better physically by"],
74
- ["Practicing mindfulness each day"],
75
- ["Be happier by"],
76
- ["Meditation can improve health"],
77
- ["Spending time outdoors"],
78
- ["Stress is relieved by quieting your mind, getting exercise and time with nature"],
79
- ["Break the cycle of stress and anxiety"],
80
- ["Feel calm in stressful situations"],
81
- ["Deal with work pressure"],
82
- ["Learn to reduce feelings of overwhelmed"]
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", "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(