JeCabrera commited on
Commit
95e1ab0
verified
1 Parent(s): f99c8e4

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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('situacion', '')}\n"
108
- instruction += f"Soluci贸n: {example.get('solucion', '')}\n"
109
- instruction += f"Resultado: {example.get('resultado', '')}\n"
110
 
111
  elif selected_formula_name == "Propuesta 脷nica de Valor":
112
- instruction += f"Transformaci贸n: {example.get('transformacion', '')}\n"
113
- instruction += f"Objeciones: {example.get('objeciones', '')}\n"
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)