heysho commited on
Commit
0d28552
1 Parent(s): 8869b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 200 characters in Japanese.
 
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(