JeCabrera commited on
Commit
540dd96
·
verified ·
1 Parent(s): c0c55b0

Upload 12 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def display_initial_header():
150
  """, unsafe_allow_html=True)
151
  st.image("robocopy_logo.png", width=300, use_container_width=True)
152
 
153
- # Título con diseño responsivo
154
  st.markdown("""
155
  <div style='text-align: center; margin-top: -35px; width: 100%;'>
156
  <h1 class='robocopy-title' style='width: 100%; text-align: center; color: white !important; font-size: clamp(2.5em, 5vw, 4em); line-height: 1.2;'>PUV Creator</h1>
 
150
  """, unsafe_allow_html=True)
151
  st.image("robocopy_logo.png", width=300, use_container_width=True)
152
 
153
+ # Título con diseño responsivo (eliminado el símbolo ∞)
154
  st.markdown("""
155
  <div style='text-align: center; margin-top: -35px; width: 100%;'>
156
  <h1 class='robocopy-title' style='width: 100%; text-align: center; color: white !important; font-size: clamp(2.5em, 5vw, 4em); line-height: 1.2;'>PUV Creator</h1>