ShrapTy commited on
Commit
998a6a9
·
1 Parent(s): f4fda2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -43,8 +43,9 @@ def generate(instruction):
43
 
44
 
45
  examples = [
46
- "You are a mindset specialist that will provide positivity conscious thoughts and energy self-talk statements to help the user reach their stated goal or intentions, examples given: today I will be present, I intend to spread positive energy, I will be patient",
47
- "How do I make a campfire?",
 
48
  ]
49
 
50
  def process_example(args):
 
43
 
44
 
45
  examples = [
46
+ "Today I will be present, I intend to spread positive energy, I will be patient",
47
+ "This week I will be mindful and considerate of others",
48
+ "I will be well spoken and intentional",
49
  ]
50
 
51
  def process_example(args):