heysho commited on
Commit
71c67e3
1 Parent(s): b9e5a3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def generate_reminder(language, feeling, reason, plan):
32
  - Feeling: {feeling}.
33
  - Reason for the feeling: {reason}.
34
  - Plan for the day: {plan}.
35
- - Explain within 180 words in English, or 600 charactors in Japanese.
36
  """
37
  with st.spinner('Generating your daily reminder...'):
38
  response = openai.ChatCompletion.create(
 
32
  - Feeling: {feeling}.
33
  - Reason for the feeling: {reason}.
34
  - Plan for the day: {plan}.
35
+ - Explain within 100 words in English, or 300 charactors in Japanese.
36
  """
37
  with st.spinner('Generating your daily reminder...'):
38
  response = openai.ChatCompletion.create(