Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ def generate_benefits(number_of_benefits, target_audience, product, call_to_acti
|
|
106 |
st.set_page_config(page_title="Quick Prompt", layout="wide")
|
107 |
|
108 |
# Centrar el t铆tulo y el subt铆tulo
|
109 |
-
st.markdown("<h1 style='text-align: center;'>
|
110 |
-
st.markdown("<h4 style='text-align: center;'>Transforma tu
|
111 |
|
112 |
# A帽adir CSS personalizado para el bot贸n
|
113 |
st.markdown("""
|
|
|
106 |
st.set_page_config(page_title="Quick Prompt", layout="wide")
|
107 |
|
108 |
# Centrar el t铆tulo y el subt铆tulo
|
109 |
+
st.markdown("<h1 style='text-align: center;'>Impact Bullet Generator</h1>", unsafe_allow_html=True)
|
110 |
+
st.markdown("<h4 style='text-align: center;'>Transforma los pensamientos de tu audiencia en balas persuasivas que inspiren a la acci贸n.</h4>", unsafe_allow_html=True)
|
111 |
|
112 |
# A帽adir CSS personalizado para el bot贸n
|
113 |
st.markdown("""
|