Patrick079 commited on
Commit
14acb23
·
verified ·
1 Parent(s): a8487ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def chat_short_story(length, genre, theme, tone, writing_style):
34
  f"Write a creative short story of approximately {length} words in the {genre} genre. "
35
  f"Use a {writing_style} writing style with a {tone} tone. "
36
  f"The story should revolve around the theme of {theme}. "
37
- f"Ensure it is engaging and includes a suitable title."
38
  )
39
 
40
  # Generate a response using the Gemini model
 
34
  f"Write a creative short story of approximately {length} words in the {genre} genre. "
35
  f"Use a {writing_style} writing style with a {tone} tone. "
36
  f"The story should revolve around the theme of {theme}. "
37
+ f"Ensure it is engaging and includes a suitable title and always label the title as Title."
38
  )
39
 
40
  # Generate a response using the Gemini model