JeCabrera commited on
Commit
11c767e
·
verified ·
1 Parent(s): 2232f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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