JeCabrera commited on
Commit
962fd80
·
verified ·
1 Parent(s): 442d46e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -225,11 +225,15 @@ HEADLINE STRUCTURE:
225
  - Must motivate continued reading
226
 
227
  FORMAT EXAMPLE:
228
- 1. The uncomfortable truth about business success that no one dares to tell you (and how to use it to your advantage)
229
 
230
- 2. Why 89% of entrepreneurs fail in their first year (and how you can be in the 11% that succeeds)
231
 
232
- 3. The millionaires' secret method to double income working half the time
 
 
 
 
233
 
234
  IMPORTANT:
235
  - Each headline must be unique and memorable
@@ -304,7 +308,7 @@ with col1:
304
 
305
  # Crear un único acordeón para fórmula y creatividad
306
  with st.expander("Personaliza tus titulares"):
307
- temperature = st.slider("Creatividad", min_value=0.0, max_value=1.0, value=0.5, step=0.1)
308
 
309
  selected_formula_key = st.selectbox(
310
  "Selecciona una fórmula para tus titulares",
 
225
  - Must motivate continued reading
226
 
227
  FORMAT EXAMPLE:
228
+ 1. ¿Cansado de no ver resultados en tu dieta?
229
 
230
+ 2. Descubre cómo perder peso sin dietas extremas ni horas en el gimnasio.
231
 
232
+ 3. Imagina verte en tu mejor forma, sin privarte de lo que te gusta.
233
+
234
+ 4. Comienza ahora con nuestra guía gratis y cambia tu cuerpo de inmediato.
235
+
236
+ 5. Imagina tener un teléfono tan rápido como cuando lo compraste.
237
 
238
  IMPORTANT:
239
  - Each headline must be unique and memorable
 
308
 
309
  # Crear un único acordeón para fórmula y creatividad
310
  with st.expander("Personaliza tus titulares"):
311
+ temperature = st.slider("Creatividad", min_value=0.0, max_value=2.0, value=1.0, step=0.1)
312
 
313
  selected_formula_key = st.selectbox(
314
  "Selecciona una fórmula para tus titulares",