Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,8 @@ st.markdown("<h4 style='text-align: center;'>Crea un perfil detallado de tu clie
|
|
80 |
|
81 |
# A帽adir CSS personalizado para el bot贸n
|
82 |
st.markdown(styles["button"], unsafe_allow_html=True)
|
|
|
|
|
83 |
|
84 |
# Crear columnas
|
85 |
col1, col2 = st.columns([1, 2])
|
|
|
80 |
|
81 |
# A帽adir CSS personalizado para el bot贸n
|
82 |
st.markdown(styles["button"], unsafe_allow_html=True)
|
83 |
+
# A帽adir CSS personalizado para el bot贸n de descarga
|
84 |
+
st.markdown(styles["download_button"], unsafe_allow_html=True)
|
85 |
|
86 |
# Crear columnas
|
87 |
col1, col2 = st.columns([1, 2])
|