Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,8 @@ def generate(instruction):
|
|
43 |
|
44 |
|
45 |
examples = [
|
46 |
-
"
|
47 |
"How do I make a campfire?",
|
48 |
-
"Explain to me the difference between nuclear fission and fusion.",
|
49 |
-
"I'm selling my Nikon D-750, write a short blurb for my ad."
|
50 |
]
|
51 |
|
52 |
def process_example(args):
|
|
|
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):
|