JeCabrera commited on
Commit
57f9571
·
verified ·
1 Parent(s): 976564d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -208,16 +208,7 @@ with col2:
208
  selected_formula_name=st.session_state.formula_type
209
  )
210
 
211
- # Add specific instructions for more creative hooks when using Oferta Dorada
212
- if st.session_state.formula_type == "Oferta Dorada":
213
- creative_hook_instruction = """
214
- IMPORTANT INSTRUCTION FOR THE ATTENTION HOOK:
215
- Make the first line (attention hook) extremely creative, disruptive, and emotionally impactful.
216
- Use unexpected comparisons, shocking statistics, provocative questions, or dramatic scenarios.
217
- The hook should be surprising and immediately grab attention with unconventional language or framing.
218
- Avoid generic statements and create a sense of urgency or curiosity.
219
- """
220
- instruction += creative_hook_instruction
221
 
222
  # Add instruction for generating benefit bullets based on the promise
223
  bullet_content = None
 
208
  selected_formula_name=st.session_state.formula_type
209
  )
210
 
211
+ # Removing the creative hook instruction for Oferta Dorada
 
 
 
 
 
 
 
 
 
212
 
213
  # Add instruction for generating benefit bullets based on the promise
214
  bullet_content = None