Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,7 @@ def get_gemini_response(input_prompt, genre, length, language, mood, target_audi
|
|
58 |
|
59 |
**Importante:**
|
60 |
- **Haz que la historia sea humana y emocional**, evitando frases promocionales evidentes.
|
|
|
61 |
"""
|
62 |
response = model.generate_content([full_prompt])
|
63 |
|
|
|
58 |
|
59 |
**Importante:**
|
60 |
- **Haz que la historia sea humana y emocional**, evitando frases promocionales evidentes.
|
61 |
+
- Format the output in clear, separate paragraphs with line breaks
|
62 |
"""
|
63 |
response = model.generate_content([full_prompt])
|
64 |
|