JeCabrera commited on
Commit
c849c09
·
verified ·
1 Parent(s): a0d27a3

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: -30px;'>By Jesús Cabrera</p>
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