JeCabrera commited on
Commit
07d65ad
verified
1 Parent(s): 6b03be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -45,11 +45,11 @@ You are a creative writer skilled in the art of persuasion. Write a {length} {te
45
  raise ValueError("Lo sentimos, intenta con una combinaci贸n diferente de entradas.")
46
 
47
  # Inicializar la aplicaci贸n Streamlit
48
- st.set_page_config(page_title="Poetic Vision", page_icon=":pencil:", layout="wide") # Configurar el dise帽o en ancho
49
 
50
- # Componentes principales de la UI
51
- st.markdown("<h1 style='text-align: center;'>VisionTales</h1>", unsafe_allow_html=True)
52
- st.markdown("<h3 style='text-align: center;'>Convierte tus ideas en historias inolvidables.</h3>", unsafe_allow_html=True)
53
 
54
  # A帽adir CSS personalizado para el bot贸n
55
  st.markdown("""
 
45
  raise ValueError("Lo sentimos, intenta con una combinaci贸n diferente de entradas.")
46
 
47
  # Inicializar la aplicaci贸n Streamlit
48
+ st.set_page_config(page_title="Epic Tale Creator", page_icon=":pencil:", layout="wide") # Configurar el dise帽o en ancho
49
 
50
+ # T铆tulo y subt铆tulo
51
+ st.markdown("<h1 style='text-align: center;'>Epic Tale Creator</h1>", unsafe_allow_html=True)
52
+ st.markdown("<h3 style='text-align: center;'>Teje historias inolvidables en segundos, guiado por la magia de la inteligencia artificial que da vida a tus ideas en relatos cautivadores.</h3>", unsafe_allow_html=True)
53
 
54
  # A帽adir CSS personalizado para el bot贸n
55
  st.markdown("""