Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ with col1:
|
|
| 108 |
target_audience = st.text_input("¿Quién es tu público objetivo?")
|
| 109 |
product = st.text_input("¿Qué producto tienes en mente?")
|
| 110 |
text_type = st.selectbox("Tipo de texto", ["Historia", "Carta de venta", "Correo", "Landing page"])
|
| 111 |
-
length = st.slider("Número de palabras", min_value=50, max_value=
|
| 112 |
mood = st.selectbox("Tono de voz", ["Conversacional", "Formal", "Persuasivo"])
|
| 113 |
emotionality = st.selectbox("Emocionalidad del texto", ["Triste", "Feliz", "Horror", "Comedia", "Romántico", "Sorpresa", "Desesperación", "Esperanza", "Ira", "Confianza"])
|
| 114 |
|
|
|
|
| 108 |
target_audience = st.text_input("¿Quién es tu público objetivo?")
|
| 109 |
product = st.text_input("¿Qué producto tienes en mente?")
|
| 110 |
text_type = st.selectbox("Tipo de texto", ["Historia", "Carta de venta", "Correo", "Landing page"])
|
| 111 |
+
length = st.slider("Número de palabras", min_value=50, max_value=200, value=100)
|
| 112 |
mood = st.selectbox("Tono de voz", ["Conversacional", "Formal", "Persuasivo"])
|
| 113 |
emotionality = st.selectbox("Emocionalidad del texto", ["Triste", "Feliz", "Horror", "Comedia", "Romántico", "Sorpresa", "Desesperación", "Esperanza", "Ira", "Confianza"])
|
| 114 |
|