Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +9 -0
prompts.py
CHANGED
@@ -83,6 +83,15 @@ Create a compelling offer following the formula structure exactly, adapting it t
|
|
83 |
|
84 |
# Combine the base guidance with formula-specific guidance
|
85 |
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 2 sophistication while following the formula structure."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
elif sophistication_level:
|
87 |
# Original code for other sophistication levels
|
88 |
# Get basic sophistication guidance
|
|
|
83 |
|
84 |
# Combine the base guidance with formula-specific guidance
|
85 |
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 2 sophistication while following the formula structure."
|
86 |
+
elif sophistication_level and sophistication_level == "Nivel 3: Mercado saturado de la misma promesa":
|
87 |
+
# Get basic sophistication guidance
|
88 |
+
base_sophistication_guidance = create_sophistication_instruction(sophistication_level)
|
89 |
+
|
90 |
+
# Add formula-specific guidance for Nivel 3
|
91 |
+
formula_specific_guidance = f"\n\nFor this Level 3 market sophistication:\n- Make the hook acknowledge market saturation and introduce a unique angle\n- Focus on a specific mechanism, method, or system that makes your solution different\n- Emphasize HOW your solution works, not just what it does\n- Introduce proprietary terminology or branded concepts\n- Present a new approach to solving the same problem\n- Highlight a unique feature or process that competitors don't have"
|
92 |
+
|
93 |
+
# Combine the base guidance with formula-specific guidance
|
94 |
+
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 3 sophistication while following the formula structure."
|
95 |
elif sophistication_level:
|
96 |
# Original code for other sophistication levels
|
97 |
# Get basic sophistication guidance
|