Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +5 -5
prompts.py
CHANGED
@@ -104,13 +104,13 @@ Create a compelling offer following the formula structure exactly, adapting it t
|
|
104 |
instruction += f"Subtitle: {example.get('subtitle', '')}\n"
|
105 |
|
106 |
elif selected_formula_name == "Contraste Revelador":
|
107 |
-
instruction += f"Situaci贸n: {example.get('
|
108 |
-
instruction += f"Soluci贸n: {example.get('
|
109 |
-
instruction += f"Resultado: {example.get('
|
110 |
|
111 |
elif selected_formula_name == "Propuesta 脷nica de Valor":
|
112 |
-
instruction += f"Transformaci贸n: {example.get('
|
113 |
-
instruction += f"Objeciones: {example.get('
|
114 |
|
115 |
# Add more formula types as needed
|
116 |
# Original code for general examples (keep as fallback)
|
|
|
104 |
instruction += f"Subtitle: {example.get('subtitle', '')}\n"
|
105 |
|
106 |
elif selected_formula_name == "Contraste Revelador":
|
107 |
+
instruction += f"Situaci贸n: {example.get('situation', '')}\n"
|
108 |
+
instruction += f"Soluci贸n: {example.get('solution', '')}\n"
|
109 |
+
instruction += f"Resultado: {example.get('result', '')}\n"
|
110 |
|
111 |
elif selected_formula_name == "Propuesta 脷nica de Valor":
|
112 |
+
instruction += f"Transformaci贸n: {example.get('transformation', '')}\n"
|
113 |
+
instruction += f"Objeciones: {example.get('objections', '')}\n"
|
114 |
|
115 |
# Add more formula types as needed
|
116 |
# Original code for general examples (keep as fallback)
|