Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +14 -7
formulas.py
CHANGED
@@ -193,19 +193,26 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
|
193 |
- Use one of the 5 structure formats for the final benefit statement
|
194 |
|
195 |
3. FINAL STRUCTURE FORMAT:
|
196 |
-
Choose one of these formats for the benefit statement:
|
197 |
-
1. "[Feature] para
|
198 |
-
2. "Con [Feature]
|
199 |
-
3. "Gracias a [Feature]
|
200 |
-
4. "Mediante [Feature]
|
201 |
-
5. "Usando [Feature]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
|
203 |
4. COMPLETE OFFER TEMPLATE:
|
204 |
Si [problema principal que enfrenta el cliente]…
|
205 |
|
206 |
DESCUBRE CÓMO [LOGRAR RESULTADO DESEADO] SIN [MIEDO, CREENCIA LIMITANTE O ESFUERZO INDESEADO].
|
207 |
|
208 |
-
[Estructura elegida del punto 3] + [prueba social/autoridad] + [tiempo de entrega] + [esfuerzo mínimo].
|
209 |
""".format(extracted_name=extracted_name)
|
210 |
|
211 |
# Create the instruction using the system prompt at the beginning
|
|
|
193 |
- Use one of the 5 structure formats for the final benefit statement
|
194 |
|
195 |
3. FINAL STRUCTURE FORMAT:
|
196 |
+
Choose one of these more concise formats for the benefit statement:
|
197 |
+
1. "[Feature] para [Benefit] + [prueba social/autoridad] en [tiempo específico]."
|
198 |
+
2. "Con [Feature] lograrás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
|
199 |
+
3. "Gracias a [Feature] conseguirás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
|
200 |
+
4. "Mediante [Feature] alcanzarás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
|
201 |
+
5. "Usando [Feature] obtendrás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
|
202 |
+
|
203 |
+
IMPORTANT:
|
204 |
+
- Keep this section under 30 words when possible
|
205 |
+
- Focus on ONE primary benefit rather than multiple
|
206 |
+
- Include ONE specific proof element (number, statistic, or result)
|
207 |
+
- Specify exact timeframe (días, semanas, meses)
|
208 |
+
- Eliminate redundant phrases and filler words
|
209 |
|
210 |
4. COMPLETE OFFER TEMPLATE:
|
211 |
Si [problema principal que enfrenta el cliente]…
|
212 |
|
213 |
DESCUBRE CÓMO [LOGRAR RESULTADO DESEADO] SIN [MIEDO, CREENCIA LIMITANTE O ESFUERZO INDESEADO].
|
214 |
|
215 |
+
[Estructura concisa elegida del punto 3] + [prueba social/autoridad] + [tiempo de entrega] + [esfuerzo mínimo].
|
216 |
""".format(extracted_name=extracted_name)
|
217 |
|
218 |
# Create the instruction using the system prompt at the beginning
|