Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,9 @@ def generate(instruction):
|
|
43 |
|
44 |
|
45 |
examples = [
|
46 |
-
"
|
47 |
-
"
|
|
|
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):
|