Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ col1, col2 = st.columns([1, 2])
|
|
66 |
with col1:
|
67 |
target_audience = st.text_input("¿Quién es tu público objetivo?", placeholder="Ejemplo: Estudiantes Universitarios")
|
68 |
product = st.text_input("¿Qué producto tienes en mente?", placeholder="Ejemplo: Curso de Inglés")
|
69 |
-
number_of_benefits = st.selectbox("Número de
|
70 |
|
71 |
# Fix indentation - remove extra spaces
|
72 |
with st.expander("Opciones avanzadas"):
|
|
|
66 |
with col1:
|
67 |
target_audience = st.text_input("¿Quién es tu público objetivo?", placeholder="Ejemplo: Estudiantes Universitarios")
|
68 |
product = st.text_input("¿Qué producto tienes en mente?", placeholder="Ejemplo: Curso de Inglés")
|
69 |
+
number_of_benefits = st.selectbox("Número de Bullets", options=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10], index=4)
|
70 |
|
71 |
# Fix indentation - remove extra spaces
|
72 |
with st.expander("Opciones avanzadas"):
|