Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +0 -6
formulas.py
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
# The function create_offer_instruction remains unchanged
|
| 2 |
-
# Remove the random import since we no longer need it
|
| 3 |
-
# import random
|
| 4 |
-
|
| 5 |
-
# Add this function at the beginning of the file
|
| 6 |
def create_offer_instruction(avatar_description, product_name, selected_formula_name):
|
| 7 |
"""
|
| 8 |
Creates instructions for generating an offer based on the selected formula.
|
|
@@ -90,7 +85,6 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
|
| 90 |
- The hook MUST address the SAME problem that your promise will solve
|
| 91 |
|
| 92 |
Choose randomly from these statement hooks and CUSTOMIZE for your avatar:
|
| 93 |
-
- "El 83% de los [avatar's profession/role] pierden [specific resource] en [specific activity] que nadie aprovecha."
|
| 94 |
- "9 de cada 10 [avatar's field] fracasan en sus primeros 6 meses por este error."
|
| 95 |
- "Lo que nadie te dice sobre [avatar's challenge] es que la mayoría fracasa en los primeros 3 meses."
|
| 96 |
- "El secreto que [competitors/industry] no quieren que sepas sobre [avatar's goal]."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
def create_offer_instruction(avatar_description, product_name, selected_formula_name):
|
| 2 |
"""
|
| 3 |
Creates instructions for generating an offer based on the selected formula.
|
|
|
|
| 85 |
- The hook MUST address the SAME problem that your promise will solve
|
| 86 |
|
| 87 |
Choose randomly from these statement hooks and CUSTOMIZE for your avatar:
|
|
|
|
| 88 |
- "9 de cada 10 [avatar's field] fracasan en sus primeros 6 meses por este error."
|
| 89 |
- "Lo que nadie te dice sobre [avatar's challenge] es que la mayoría fracasa en los primeros 3 meses."
|
| 90 |
- "El secreto que [competitors/industry] no quieren que sepas sobre [avatar's goal]."
|