Prof-Hunt commited on
Commit
e9eeb50
·
verified ·
1 Parent(s): 13b2e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def generate_story(image_description):
164
  3. Theme: "Doing the right thing is important"
165
  4. Keep it simple and engaging for young children
166
  5. End with a simple moral lesson
167
- 6. The paragraphs are three sentences"""
168
 
169
  try:
170
  messages = [{"role": "user", "content": story_prompt}]
 
164
  3. Theme: "Doing the right thing is important"
165
  4. Keep it simple and engaging for young children
166
  5. End with a simple moral lesson
167
+ 6. Each paragraph needs to be three sentences or less for readability"""
168
 
169
  try:
170
  messages = [{"role": "user", "content": story_prompt}]