ccclllwww commited on
Commit
c1d7ca6
Β·
verified Β·
1 Parent(s): 5227f85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -317,15 +317,15 @@ if uploaded_image is not None:
317
  # Define prompt templates
318
  PROMPT_TEMPLATES = {
319
  "educational": {
320
- "system": "You are a children's educator. Create a simple 150-word story that teaches basic life skills or moral lessons.",
321
  "icon": "πŸ“š"
322
  },
323
  "adventure": {
324
- "system": "You are a fantasy writer. Create a 150-word magical adventure story suitable for children.",
325
  "icon": "🌠"
326
  },
327
  "animal": {
328
- "system": "You are an animal expert. Create a 150-word story about friendly animals learning together.",
329
  "icon": "🐻"
330
  }
331
  }
 
317
  # Define prompt templates
318
  PROMPT_TEMPLATES = {
319
  "educational": {
320
+ "system": "You are a children's educator. Create a simple 100-word story that teaches basic life skills or moral lessons.",
321
  "icon": "πŸ“š"
322
  },
323
  "adventure": {
324
+ "system": "You are a fantasy writer. Create a 100-word magical adventure story suitable for children.",
325
  "icon": "🌠"
326
  },
327
  "animal": {
328
+ "system": "You are an animal expert. Create a 100-word story about friendly animals learning together.",
329
  "icon": "🐻"
330
  }
331
  }