Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ def generate_reminder(language, feeling, reason, plan):
|
|
36 |
- Feeling: {feeling}.
|
37 |
- Reason for the feeling: {reason}.
|
38 |
- Plan for the day: {plan}.
|
39 |
-
- Explain within 100 words in English, or
|
|
|
40 |
"""
|
41 |
with st.spinner('Generating your daily reminder...'):
|
42 |
response = openai.ChatCompletion.create(
|
|
|
36 |
- Feeling: {feeling}.
|
37 |
- Reason for the feeling: {reason}.
|
38 |
- Plan for the day: {plan}.
|
39 |
+
- Explain within 100 words in English, or 150 characters in Japanese.
|
40 |
+
- Display with only single language. Don't mix Japanese and English.
|
41 |
"""
|
42 |
with st.spinner('Generating your daily reminder...'):
|
43 |
response = openai.ChatCompletion.create(
|