Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -218,6 +218,9 @@ with col2:
|
|
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.
|
@@ -236,8 +239,10 @@ with col2:
|
|
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 |
- Do not use any emojis in the bullets
|
|
|
241 |
|
242 |
BENEFIT STRUCTURE:
|
243 |
- Must be relevant to target audience
|
@@ -247,7 +252,9 @@ with col2:
|
|
247 |
- Must inspire immediate action
|
248 |
|
249 |
EXAMPLE FORMAT:
|
250 |
-
|
|
|
|
|
251 |
|
252 |
• Domina las técnicas más efectivas para conquistar tu mercado, mientras mantienes el equilibrio entre trabajo y vida personal.
|
253 |
|
@@ -264,6 +271,8 @@ with col2:
|
|
264 |
- Adapt language to audience comprehension level
|
265 |
- Focus on tangible and measurable results
|
266 |
- Do not use emojis anywhere in the bullets
|
|
|
|
|
267 |
"""
|
268 |
instruction += bullet_points_instruction
|
269 |
|
|
|
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 |
+
Start the bullets section with an introduction like:
|
222 |
+
"Además, al aprovechar esta oferta también obtendrás:" or "Y eso no es todo, también disfrutarás de estos beneficios adicionales:" or "Con esta solución también conseguirás:"
|
223 |
+
|
224 |
For the benefit bullets section:
|
225 |
|
226 |
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.
|
|
|
239 |
- No explanations or categories
|
240 |
- Add a line break between each benefit
|
241 |
- Never include : symbols in bullets
|
242 |
+
- Never use exclamation marks (!) in any bullet
|
243 |
- Each benefit must be a complete and concise phrase
|
244 |
- Do not use any emojis in the bullets
|
245 |
+
- Use natural, conversational language (avoid formal or technical jargon)
|
246 |
|
247 |
BENEFIT STRUCTURE:
|
248 |
- Must be relevant to target audience
|
|
|
252 |
- Must inspire immediate action
|
253 |
|
254 |
EXAMPLE FORMAT:
|
255 |
+
Además, al aprovechar esta oferta también obtendrás:
|
256 |
+
|
257 |
+
•Transforma tu negocio con estrategias probadas que duplican tus ingresos en 90 días, sin sacrificar tu tiempo en familia.
|
258 |
|
259 |
• Domina las técnicas más efectivas para conquistar tu mercado, mientras mantienes el equilibrio entre trabajo y vida personal.
|
260 |
|
|
|
271 |
- Adapt language to audience comprehension level
|
272 |
- Focus on tangible and measurable results
|
273 |
- Do not use emojis anywhere in the bullets
|
274 |
+
- Write in a natural, conversational tone as if speaking directly to the reader
|
275 |
+
- Never use exclamation marks in the bullets
|
276 |
"""
|
277 |
instruction += bullet_points_instruction
|
278 |
|