Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,16 +208,7 @@ with col2:
|
|
| 208 |
selected_formula_name=st.session_state.formula_type
|
| 209 |
)
|
| 210 |
|
| 211 |
-
#
|
| 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
|