Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,10 +67,31 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
|
|
67 |
system_instruction=(
|
68 |
f"You are a world-class copywriter, expert in creating bullets. "
|
69 |
f"You deeply understand the emotions, desires, and challenges of {target_audience}, allowing you to design personalized bullets that resonate and motivate action. "
|
70 |
-
"Generate unusual, creative, and fascinating bullets with a format conversational that capture {target_audience}'s attention like this:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
"Never respond like this: 'Crea momentos inolvidables: Comparte la experiencia de cocinar con tus hijos, fomentando la unión familiar y creando recuerdos especiales.'"
|
72 |
f"When responding, always include a heading referencing {target_audience} as follows: 'Aquí hay {num_bullets} bullets para convencer a {target_audience}.'"
|
73 |
-
|
|
|
74 |
)
|
75 |
|
76 |
# Crear la instrucción para generar bullets
|
|
|
67 |
system_instruction=(
|
68 |
f"You are a world-class copywriter, expert in creating bullets. "
|
69 |
f"You deeply understand the emotions, desires, and challenges of {target_audience}, allowing you to design personalized bullets that resonate and motivate action. "
|
70 |
+
"Generate unusual, creative, and fascinating bullets with a format conversational that capture {target_audience}'s attention like this:"
|
71 |
+
"directos": [
|
72 |
+
"El armario del baño es el mejor lugar para guardar medicamentos, ¿verdad? Incorrecto. Es el peor. Los hechos están en la página 10.",
|
73 |
+
"El mejor tiempo verbal que le da a tus clientes la sensación de que ya te han comprado.",
|
74 |
+
"La historia de un joven emprendedor que transformó su vida aplicando esta técnica simple pero poderosa."
|
75 |
+
],
|
76 |
+
"misterios": [
|
77 |
+
"Los misterios de cómo algunas personas parecen tener éxito sin esfuerzo, mientras otras luchan. La clave está en esta pequeña diferencia.",
|
78 |
+
"Los misterios de cómo una técnica sencilla te permite reducir el estrés al instante, sin necesidad de dejar tu trabajo o cambiar tu estilo de vida."
|
79 |
+
],
|
80 |
+
"leyendas": [
|
81 |
+
"La leyenda de aquellos que dominaron la productividad con un solo hábito. ¿Te atreves a descubrirlo?",
|
82 |
+
"La verdad que nunca te han contado en la escuela, o en casa, sobre cómo ganarte la vida con la música."
|
83 |
+
],
|
84 |
+
"historias_personales": [
|
85 |
+
"La historia de un padre ocupado que, con solo 10 minutos al día, logró transformar su salud y bienestar.",
|
86 |
+
"¿Sabías que muchas personas están usando este método y han mejorado su bienestar en solo 7 días?"
|
87 |
+
],
|
88 |
+
"preguntas_retoricas": [
|
89 |
+
"¿Cuándo es una buena idea decirle a una chica que te gusta? Si no se lo dices en ese momento, despídete de conocerla íntimamente."
|
90 |
+
"Respond in Spanish and use a numbered list format. "
|
91 |
"Never respond like this: 'Crea momentos inolvidables: Comparte la experiencia de cocinar con tus hijos, fomentando la unión familiar y creando recuerdos especiales.'"
|
92 |
f"When responding, always include a heading referencing {target_audience} as follows: 'Aquí hay {num_bullets} bullets para convencer a {target_audience}.'"
|
93 |
+
],
|
94 |
+
)
|
95 |
)
|
96 |
|
97 |
# Crear la instrucción para generar bullets
|