Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,11 +116,11 @@ def generate_headlines(number_of_headlines, target_audience, product, temperatur
|
|
116 |
return response.text # Regresar la respuesta directamente
|
117 |
|
118 |
# Configurar la interfaz de usuario con Streamlit
|
119 |
-
st.set_page_config(page_title="
|
120 |
|
121 |
# Centrar el título y el subtítulo
|
122 |
-
st.markdown("<h1 style='text-align: center;'>
|
123 |
-
st.markdown("<h4 style='text-align: center;'>
|
124 |
|
125 |
# Añadir CSS personalizado para el botón
|
126 |
st.markdown("""
|
|
|
116 |
return response.text # Regresar la respuesta directamente
|
117 |
|
118 |
# Configurar la interfaz de usuario con Streamlit
|
119 |
+
st.set_page_config(page_title="Enchanted Hooks", layout="wide")
|
120 |
|
121 |
# Centrar el título y el subtítulo
|
122 |
+
st.markdown("<h1 style='text-align: center;'>Enchanted Hooks</h1>", unsafe_allow_html=True)
|
123 |
+
st.markdown("<h4 style='text-align: center;'>Imagina poder conjurar títulos que no solo informan, sino que encantan. Esta app es tu varita mágica en el mundo del copywriting, transformando cada concepto en un titular cautivador que deja a todos deseando más.</h4>", unsafe_allow_html=True)
|
124 |
|
125 |
# Añadir CSS personalizado para el botón
|
126 |
st.markdown("""
|