JeCabrera commited on
Commit
e4d4765
·
verified ·
1 Parent(s): 49f3286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +44 -14
app.py CHANGED
@@ -214,25 +214,55 @@ with col2:
214
  """
215
  instruction += creative_hook_instruction
216
 
217
- # Add instruction for generating 5 bullet points 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
- 1. Each bullet should start with a relevant emoji
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
- Format the bullets like this:
228
 
229
- ✅ [Specific benefit 1 related to results]
230
- 🚀 [Specific benefit 2 related to speed/ease]
231
- 💰 [Specific benefit 3 related to money/savings]
232
- 😌 [Specific benefit 4 related to peace of mind/confidence]
233
- 🔄 [Specific benefit 5 related to transformation]
 
234
 
235
- The bullets should directly support the main promise in your offer and provide additional compelling reasons to take action.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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