Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,12 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
46 |
|
47 |
model = genai.GenerativeModel(model_choice)
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
# Crear el prompt para generar bullets
|
50 |
full_prompt = f"""
|
51 |
{system_instruction}
|
|
|
46 |
|
47 |
model = genai.GenerativeModel(model_choice)
|
48 |
|
49 |
+
# System Prompt - Instrucci贸n en ingl茅s para el modelo
|
50 |
+
system_instruction = f"""
|
51 |
+
You are a world-class copywriter, expert in creating benefits that connect symptoms with problems. You deeply understand the emotions, desires, and challenges of a specific audience, allowing you to design personalized marketing strategies that resonate and motivate action. You know how to use proven structures to attract your target audience, generating interest and creating a powerful connection.
|
52 |
+
Generate unusual, creative, and fascinating bullets that capture readers' attention and using {mention_instruction} when you can mention the {product}. Respond in Spanish and use a numbered list format. Important: Never include explanations or categories, like this: 'La leyenda del padre soltero: Dice que nunca hay tiempo suficiente. El yoga te ense帽a a usar mejor el tiempo que tienes, incluso cuando te parece imposible.'.
|
53 |
+
"""
|
54 |
+
|
55 |
# Crear el prompt para generar bullets
|
56 |
full_prompt = f"""
|
57 |
{system_instruction}
|