Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,12 +62,12 @@ def input_image_setup(uploaded_file):
|
|
62 |
else:
|
63 |
return None
|
64 |
|
65 |
-
#
|
66 |
-
st.set_page_config(page_title="
|
67 |
|
68 |
-
#
|
69 |
st.markdown("<h1 style='text-align: center;'>VisionTales</h1>", unsafe_allow_html=True)
|
70 |
-
st.markdown("<h3 style='text-align: center;'>Convierte tus ideas en historias inolvidables.</h3>", unsafe_allow_html=True)
|
71 |
|
72 |
# Add custom CSS for the button
|
73 |
st.markdown("""
|
|
|
62 |
else:
|
63 |
return None
|
64 |
|
65 |
+
# Inicializar la aplicaci贸n Streamlit
|
66 |
+
st.set_page_config(page_title="VisionTales", page_icon=":pencil:", layout="wide") # Configurar el dise帽o en ancho
|
67 |
|
68 |
+
# T铆tulo y subt铆tulo
|
69 |
st.markdown("<h1 style='text-align: center;'>VisionTales</h1>", unsafe_allow_html=True)
|
70 |
+
st.markdown("<h3 style='text-align: center;'>Convierte tus ideas en historias inolvidables, donde la magia de la inteligencia artificial despierta tu creatividad y transforma relatos en experiencias cautivadoras.</h3>", unsafe_allow_html=True)
|
71 |
|
72 |
# Add custom CSS for the button
|
73 |
st.markdown("""
|