Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +9 -0
prompts.py
CHANGED
@@ -74,6 +74,15 @@ Create a compelling offer following the formula structure exactly, adapting it t
|
|
74 |
|
75 |
# Combine the base guidance with formula-specific guidance
|
76 |
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 1 sophistication while following the formula structure."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
elif sophistication_level:
|
78 |
# Original code for other sophistication levels
|
79 |
# Get basic sophistication guidance
|
|
|
74 |
|
75 |
# Combine the base guidance with formula-specific guidance
|
76 |
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 1 sophistication while following the formula structure."
|
77 |
+
elif sophistication_level and sophistication_level == "Nivel 2: Competencia aparece con la misma promesa":
|
78 |
+
# Get basic sophistication guidance
|
79 |
+
base_sophistication_guidance = create_sophistication_instruction(sophistication_level)
|
80 |
+
|
81 |
+
# Add formula-specific guidance for Nivel 2
|
82 |
+
formula_specific_guidance = f"\n\nFor this Level 2 market sophistication:\n- Make the hook acknowledge that the solution exists but position yours as better\n- Add quantitative or qualitative differentiators to your promise (faster, easier, cheaper, more effective)\n- Include specific numbers or percentages when possible to strengthen your claims\n- Compare your solution favorably to alternatives without naming competitors\n- Focus on what makes your solution stand out from others in the market"
|
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
|