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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ def chat_short_story(length, genre, theme, tone, writing_style):
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
 
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
+ f"Make Sure to Never Repeat a Title and Story."
39
  )
40
 
41
  # Generate a response using the Gemini model