Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ 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 |
|
|
|
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: -10px;'>By Jesús Cabrera</p>
|
163 |
</div>
|
164 |
""", unsafe_allow_html=True)
|
165 |
|