Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,10 +47,10 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
47 |
model = genai.GenerativeModel(model_choice)
|
48 |
|
49 |
# System Prompt - Instrucci贸n en ingl茅s para el modelo
|
50 |
-
system_instruction =
|
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
|
53 |
-
|
54 |
|
55 |
# Crear el prompt para generar bullets
|
56 |
full_prompt = f"""
|
|
|
47 |
model = genai.GenerativeModel(model_choice)
|
48 |
|
49 |
# System Prompt - Instrucci贸n en ingl茅s para el modelo
|
50 |
+
system_instruction = """
|
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 subtly hint at the product without direct mention, capturing readers' attention. 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"""
|