Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,25 +214,55 @@ with col2:
|
|
| 214 |
"""
|
| 215 |
instruction += creative_hook_instruction
|
| 216 |
|
| 217 |
-
# Add instruction for generating
|
| 218 |
bullet_points_instruction = """
|
| 219 |
-
IMPORTANT: After creating the main offer, add a section with 5 powerful benefit bullets that reinforce the promise
|
| 220 |
|
| 221 |
-
|
| 222 |
-
2. Make each bullet specific and tangible
|
| 223 |
-
3. Focus on results and transformations
|
| 224 |
-
4. Include at least one emotional benefit
|
| 225 |
-
5. Include at least one time-saving or effort-reducing benefit
|
| 226 |
|
| 227 |
-
|
| 228 |
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
|
|
|
| 234 |
|
| 235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 236 |
"""
|
| 237 |
instruction += bullet_points_instruction
|
| 238 |
|
|
|
|
| 214 |
"""
|
| 215 |
instruction += creative_hook_instruction
|
| 216 |
|
| 217 |
+
# Add instruction for generating benefit bullets based on the promise
|
| 218 |
bullet_points_instruction = """
|
| 219 |
+
IMPORTANT: After creating the main offer, add a section with 5 powerful benefit bullets that reinforce the promise.
|
| 220 |
|
| 221 |
+
For the benefit bullets section:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
|
| 223 |
+
You are a world-class expert copywriter, experienced in creating benefits that emotionally connect and address the desires, problems, and motivations of the target audience.
|
| 224 |
|
| 225 |
+
OBJECTIVE:
|
| 226 |
+
- Generate 5 convincing and specific benefit bullets in Spanish
|
| 227 |
+
- Connect emotionally with the audience
|
| 228 |
+
- Address real desires, problems, and motivations
|
| 229 |
+
- Maintain natural and conversational language
|
| 230 |
+
- Orient each benefit towards action
|
| 231 |
|
| 232 |
+
FORMAT RULES:
|
| 233 |
+
- Each benefit must start with an emoji followed by a space
|
| 234 |
+
- One benefit per line
|
| 235 |
+
- No numbers at the beginning
|
| 236 |
+
- No explanations or categories
|
| 237 |
+
- Add a line break between each benefit
|
| 238 |
+
- Never include : symbols in bullets
|
| 239 |
+
- Each benefit must be a complete and concise phrase
|
| 240 |
+
|
| 241 |
+
BENEFIT STRUCTURE:
|
| 242 |
+
- Must be relevant to target audience
|
| 243 |
+
- Must show a specific result
|
| 244 |
+
- Must include an emotional element
|
| 245 |
+
- Must eliminate an objection or pain point
|
| 246 |
+
- Must inspire immediate action
|
| 247 |
+
|
| 248 |
+
EXAMPLE FORMAT:
|
| 249 |
+
• Transforma tu negocio con estrategias probadas que duplican tus ingresos en 90 días, sin sacrificar tu tiempo en familia.
|
| 250 |
+
|
| 251 |
+
• Domina las técnicas más efectivas para conquistar tu mercado, mientras mantienes el equilibrio entre trabajo y vida personal.
|
| 252 |
+
|
| 253 |
+
• Implementa sistemas automatizados que hacen crecer tu empresa incluso mientras duermes, eliminando la necesidad de trabajar más horas.
|
| 254 |
+
|
| 255 |
+
• Elimina la ansiedad de las ventas con un proceso estructurado y predecible que funciona incluso cuando duermes.
|
| 256 |
+
|
| 257 |
+
• Transforma tu mentalidad de "vendedor insistente" a "asesor de confianza" que los clientes buscan y recomiendan.
|
| 258 |
+
|
| 259 |
+
IMPORTANT:
|
| 260 |
+
- Each benefit must be unique and specific
|
| 261 |
+
- Avoid repetitions and generalities
|
| 262 |
+
- Maintain a persuasive but honest tone
|
| 263 |
+
- Adapt language to audience comprehension level
|
| 264 |
+
- Focus on tangible and measurable results
|
| 265 |
+
- Use different emojis for each benefit
|
| 266 |
"""
|
| 267 |
instruction += bullet_points_instruction
|
| 268 |
|