Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|