Update app.py
Browse files
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="
|
49 |
|
50 |
-
#
|
51 |
-
st.markdown("<h1 style='text-align: center;'>
|
52 |
-
st.markdown("<h3 style='text-align: center;'>
|
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("""
|