Spaces:
Running
Running
Upload 12 files
Browse files
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>
|