Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -159,14 +159,14 @@ def display_initial_header():
|
|
159 |
# Subt铆tulo con margen superior ajustado a -30px
|
160 |
st.markdown("""
|
161 |
<div style='text-align: center; width: 100%;'>
|
162 |
-
<p style='font-size: 16px; color: white; width: 100%; text-align: center; margin-top: -
|
163 |
</div>
|
164 |
""", unsafe_allow_html=True)
|
165 |
|
166 |
-
# Descripci贸n con fondo eliminado y margen superior ajustado a -
|
167 |
st.markdown("""
|
168 |
<div style='text-align: center; width: 100%;'>
|
169 |
-
<p style='font-size: 16px; background-color: transparent; padding: 12px; border-radius: 8px; margin-top: -
|
170 |
馃幆 Experto en crear Propuestas de Valor 脷nicas que convierten audiencia en clientes
|
171 |
</p>
|
172 |
</div>
|
|
|
159 |
# Subt铆tulo con margen superior ajustado a -30px
|
160 |
st.markdown("""
|
161 |
<div style='text-align: center; width: 100%;'>
|
162 |
+
<p style='font-size: 16px; color: white; width: 100%; text-align: center; margin-top: -20px;'>By Jes煤s Cabrera</p>
|
163 |
</div>
|
164 |
""", unsafe_allow_html=True)
|
165 |
|
166 |
+
# Descripci贸n con fondo eliminado y margen superior ajustado a -20px
|
167 |
st.markdown("""
|
168 |
<div style='text-align: center; width: 100%;'>
|
169 |
+
<p style='font-size: 16px; background-color: transparent; padding: 12px; border-radius: 8px; margin-top: -20px; color: white; width: 100%; text-align: center;'>
|
170 |
馃幆 Experto en crear Propuestas de Valor 脷nicas que convierten audiencia en clientes
|
171 |
</p>
|
172 |
</div>
|