Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +17 -7
formulas.py
CHANGED
|
@@ -86,10 +86,12 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
|
| 86 |
additional_instructions = """
|
| 87 |
SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
| 88 |
1. ATTENTION HOOK HANDLING:
|
| 89 |
-
- Analyze the avatar_description
|
| 90 |
-
- Select a powerful attention hook that
|
| 91 |
- DO NOT use questions as hooks - use statements, statistics, or shocking revelations instead
|
| 92 |
- CUSTOMIZE the hook specifically for this avatar - don't use generic examples
|
|
|
|
|
|
|
| 93 |
|
| 94 |
Choose randomly from these hooks (avoiding questions) and CUSTOMIZE for your avatar:
|
| 95 |
- "El 83% de los emprendedores pierden dinero en anuncios que nadie convierte."
|
|
@@ -107,25 +109,33 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
|
| 107 |
- "Hace 6 meses estaba exactamente donde tú estás: creando contenido que nadie veía."
|
| 108 |
- "Recuerdo cuando mi negocio estaba al borde del colapso por no tener un sistema de ventas."
|
| 109 |
|
| 110 |
-
2.
|
| 111 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
- Product/service name (product_name variable)
|
| 113 |
- Content from uploaded files (if any)
|
| 114 |
|
| 115 |
-
|
| 116 |
- Is written COMPLETELY IN CAPITAL LETTERS
|
| 117 |
- Includes concrete numbers (money, time, results)
|
| 118 |
- Uses powerful action verbs (EARN, MULTIPLY, ACHIEVE, MASTER)
|
| 119 |
- Specifies the exact result they will obtain
|
| 120 |
- Optionally includes time or effort required
|
| 121 |
- NEVER uses exclamation marks (!)
|
|
|
|
| 122 |
|
| 123 |
-
|
| 124 |
- Clearly explains the result they will obtain
|
| 125 |
- Includes an authority element (proven method, studies, experience)
|
| 126 |
- Establishes a realistic timeframe or effort needed
|
|
|
|
| 127 |
|
| 128 |
-
|
| 129 |
- DO NOT include phrases like "Aquí tienes una oferta convincente" or "Esta es tu oferta"
|
| 130 |
- DO NOT include any text before or after the offer
|
| 131 |
- Start directly with the attention hook
|
|
|
|
| 86 |
additional_instructions = """
|
| 87 |
SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
| 88 |
1. ATTENTION HOOK HANDLING:
|
| 89 |
+
- Analyze the avatar_description DEEPLY to understand their specific pain points, frustrations, and desires
|
| 90 |
+
- Select a powerful attention hook that DIRECTLY connects with the avatar's current reality
|
| 91 |
- DO NOT use questions as hooks - use statements, statistics, or shocking revelations instead
|
| 92 |
- CUSTOMIZE the hook specifically for this avatar - don't use generic examples
|
| 93 |
+
- CRITICAL: Ensure the hook is DIRECTLY RELATED to the promise and benefit that follow
|
| 94 |
+
- The hook MUST address the SAME problem that your promise will solve
|
| 95 |
|
| 96 |
Choose randomly from these hooks (avoiding questions) and CUSTOMIZE for your avatar:
|
| 97 |
- "El 83% de los emprendedores pierden dinero en anuncios que nadie convierte."
|
|
|
|
| 109 |
- "Hace 6 meses estaba exactamente donde tú estás: creando contenido que nadie veía."
|
| 110 |
- "Recuerdo cuando mi negocio estaba al borde del colapso por no tener un sistema de ventas."
|
| 111 |
|
| 112 |
+
2. MAINTAIN THEMATIC CONSISTENCY:
|
| 113 |
+
- The attention hook, quantifiable promise, and benefit statement MUST all address the SAME problem
|
| 114 |
+
- If the hook mentions language learning struggles, the promise and benefit must also focus on language learning
|
| 115 |
+
- If the hook addresses marketing challenges, the promise and benefit must provide marketing solutions
|
| 116 |
+
- Create a LOGICAL PROGRESSION from problem (hook) to solution (promise) to implementation (benefit)
|
| 117 |
+
|
| 118 |
+
3. Analyze ALL available information:
|
| 119 |
+
- Target audience description (avatar_description) - THIS IS YOUR PRIMARY SOURCE OF TRUTH
|
| 120 |
- Product/service name (product_name variable)
|
| 121 |
- Content from uploaded files (if any)
|
| 122 |
|
| 123 |
+
4. Create a compelling QUANTIFIABLE PROMISE that:
|
| 124 |
- Is written COMPLETELY IN CAPITAL LETTERS
|
| 125 |
- Includes concrete numbers (money, time, results)
|
| 126 |
- Uses powerful action verbs (EARN, MULTIPLY, ACHIEVE, MASTER)
|
| 127 |
- Specifies the exact result they will obtain
|
| 128 |
- Optionally includes time or effort required
|
| 129 |
- NEVER uses exclamation marks (!)
|
| 130 |
+
- DIRECTLY addresses the same problem mentioned in the hook
|
| 131 |
|
| 132 |
+
5. Craft a benefit statement that:
|
| 133 |
- Clearly explains the result they will obtain
|
| 134 |
- Includes an authority element (proven method, studies, experience)
|
| 135 |
- Establishes a realistic timeframe or effort needed
|
| 136 |
+
- CONTINUES the same theme established in the hook and promise
|
| 137 |
|
| 138 |
+
6. CRITICAL: Output ONLY the offer itself with NO introductory text, explanations, or additional commentary.
|
| 139 |
- DO NOT include phrases like "Aquí tienes una oferta convincente" or "Esta es tu oferta"
|
| 140 |
- DO NOT include any text before or after the offer
|
| 141 |
- Start directly with the attention hook
|