JeCabrera commited on
Commit
62012d7
verified
1 Parent(s): 40a75f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -62,12 +62,12 @@ def input_image_setup(uploaded_file):
62
  else:
63
  return None
64
 
65
- # Initialize Streamlit app
66
- st.set_page_config(page_title="Poetic Vision", page_icon=":pencil:", layout="wide") # Set layout to wide
67
 
68
- # Main UI components
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("""