Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,9 @@ with col1:
|
|
55 |
help='Lista tus habilidades y experiencia clave')
|
56 |
product_service = st.text_area('馃幆 Producto/Servicio', height=70,
|
57 |
help='Describe tu producto o servicio')
|
|
|
|
|
|
|
58 |
|
59 |
# Accordion for additional settings
|
60 |
with st.expander('鈿欙笍 Configuraci贸n Avanzada'):
|
|
|
55 |
help='Lista tus habilidades y experiencia clave')
|
56 |
product_service = st.text_area('馃幆 Producto/Servicio', height=70,
|
57 |
help='Describe tu producto o servicio')
|
58 |
+
|
59 |
+
# Generate button moved here - right after product/service
|
60 |
+
st.button('Generar Oferta 馃帀', on_click=generate_offer)
|
61 |
|
62 |
# Accordion for additional settings
|
63 |
with st.expander('鈿欙笍 Configuraci贸n Avanzada'):
|