Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,11 +123,11 @@ def generate_ctas(number_of_ctas, target_audience, product, call_to_action, temp
|
|
123 |
raise ValueError(f"Error al generar los CTA: {str(e)}")
|
124 |
|
125 |
# Configurar la interfaz de usuario con Streamlit
|
126 |
-
st.set_page_config(page_title="
|
127 |
|
128 |
# Centrar el título y el subtítulo
|
129 |
-
st.markdown("<h1 style='text-align: center;'>
|
130 |
-
st.markdown("<h4 style='text-align: center;'>
|
131 |
|
132 |
# Añadir CSS personalizado para el botón
|
133 |
st.markdown("""
|
|
|
123 |
raise ValueError(f"Error al generar los CTA: {str(e)}")
|
124 |
|
125 |
# Configurar la interfaz de usuario con Streamlit
|
126 |
+
st.set_page_config(page_title="QuickPrompt", layout="wide")
|
127 |
|
128 |
# Centrar el título y el subtítulo
|
129 |
+
st.markdown("<h1 style='text-align: center;'>Quick Prompt</h1>", unsafe_allow_html=True)
|
130 |
+
st.markdown("<h4 style='text-align: center;'>Transforma tu mensaje en llamados de acción que inspiren a tu audiencia a tomar decisiones al instante.</h4>", unsafe_allow_html=True)
|
131 |
|
132 |
# Añadir CSS personalizado para el botón
|
133 |
st.markdown("""
|