Update app.py
Browse files
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 |
-
|
91 |
-
st.markdown("<
|
|
|
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"):
|