Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,6 +163,13 @@ TONE AND STYLE:
|
|
163 |
- Both elements must complement each other
|
164 |
- Maintain voice appropriate for target audience
|
165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
KEY ELEMENTS TO INCLUDE:
|
167 |
- Emotional hooks that grab attention
|
168 |
- Relatable situations and characters
|
@@ -181,6 +188,11 @@ PRODUCT INTEGRATION GUIDELINES:
|
|
181 |
- Integra el producto de manera natural en la narrativa
|
182 |
- Destaca c贸mo el producto mejora la vida del protagonista
|
183 |
- Mant茅n el tono {mood} al describir los beneficios
|
|
|
|
|
|
|
|
|
|
|
184 |
"""
|
185 |
|
186 |
# Instrucciones de estudio de ejemplos
|
@@ -230,10 +242,14 @@ RECORDATORIO FINAL:
|
|
230 |
6. Culmina con un llamado a la acci贸n convincente: {action}
|
231 |
|
232 |
GENERA AHORA:
|
233 |
-
Crea una historia persuasiva de {length} palabras que siga fielmente el estilo y estructura de los ejemplos mostrados,
|
234 |
manteniendo un tono {mood} y enfoc谩ndote en la transformaci贸n que {product} puede traer a la vida de {target_audience}.
|
235 |
-
"""
|
236 |
|
|
|
|
|
|
|
|
|
|
|
237 |
response = model.generate_content([story_instruction])
|
238 |
if response and response.parts:
|
239 |
return response.parts[0].text.strip()
|
|
|
163 |
- Both elements must complement each other
|
164 |
- Maintain voice appropriate for target audience
|
165 |
|
166 |
+
LANGUAGE INSTRUCTIONS:
|
167 |
+
- Generate the story in Spanish
|
168 |
+
- Use natural, fluent Spanish
|
169 |
+
- Maintain cultural relevance for Spanish-speaking audiences
|
170 |
+
- Ensure idioms and expressions are appropriate for Spanish
|
171 |
+
- Keep all story content in Spanish, only system instructions are in English
|
172 |
+
|
173 |
KEY ELEMENTS TO INCLUDE:
|
174 |
- Emotional hooks that grab attention
|
175 |
- Relatable situations and characters
|
|
|
188 |
- Integra el producto de manera natural en la narrativa
|
189 |
- Destaca c贸mo el producto mejora la vida del protagonista
|
190 |
- Mant茅n el tono {mood} al describir los beneficios
|
191 |
+
|
192 |
+
IMPORTANT REMINDER:
|
193 |
+
- The entire story must be written in Spanish
|
194 |
+
- Use natural expressions and cultural references appropriate for Spanish-speaking audiences
|
195 |
+
- Ensure the story flows naturally in Spanish
|
196 |
"""
|
197 |
|
198 |
# Instrucciones de estudio de ejemplos
|
|
|
242 |
6. Culmina con un llamado a la acci贸n convincente: {action}
|
243 |
|
244 |
GENERA AHORA:
|
245 |
+
Crea una historia persuasiva de {length} palabras en espa帽ol que siga fielmente el estilo y estructura de los ejemplos mostrados,
|
246 |
manteniendo un tono {mood} y enfoc谩ndote en la transformaci贸n que {product} puede traer a la vida de {target_audience}.
|
|
|
247 |
|
248 |
+
IMPORTANT FINAL REMINDER:
|
249 |
+
- Write the complete story in Spanish
|
250 |
+
- Ensure natural flow and cultural relevance
|
251 |
+
- Maintain authentic Spanish expressions and tone
|
252 |
+
"""
|
253 |
response = model.generate_content([story_instruction])
|
254 |
if response and response.parts:
|
255 |
return response.parts[0].text.strip()
|