JeCabrera commited on
Commit
ae4c2eb
verified
1 Parent(s): 6333949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -87,8 +87,9 @@ def get_gha_response(target_audience, product, action, mood, length, story_topic
87
  # Inicializar la aplicaci贸n Streamlit
88
  st.set_page_config(page_title="Generador de Historias", page_icon=":pencil:", layout="wide")
89
 
90
- st.markdown("<h1 style='text-align: center;'>Generador de Historias</h1>", unsafe_allow_html=True)
91
- st.markdown("<h3 style='text-align: center;'>Crea historias persuasivas con inteligencia artificial, dise帽adas para conectar emocionalmente con tu audiencia.</h3>", unsafe_allow_html=True)
 
92
 
93
  # Acorde贸n para elegir la f贸rmula
94
  with st.expander("Selecciona la f贸rmula para generar tu historia"):
 
87
  # Inicializar la aplicaci贸n Streamlit
88
  st.set_page_config(page_title="Generador de Historias", page_icon=":pencil:", layout="wide")
89
 
90
+ # T铆tulo y subt铆tulo
91
+ st.markdown("<h1 style='text-align: center;'>Story Genius Maker</h1>", unsafe_allow_html=True)
92
+ 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)
93
 
94
  # Acorde贸n para elegir la f贸rmula
95
  with st.expander("Selecciona la f贸rmula para generar tu historia"):