Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
85 |
st.set_page_config(page_title="Generador de Bullets", layout="wide")
|
86 |
|
87 |
# Centrar el t铆tulo y el subt铆tulo
|
88 |
-
st.markdown("<h1 style='text-align: center;'>
|
89 |
-
st.markdown("<h4 style='text-align: center;'>
|
90 |
|
91 |
# A帽adir CSS personalizado para el bot贸n
|
92 |
st.markdown("""
|
|
|
85 |
st.set_page_config(page_title="Generador de Bullets", layout="wide")
|
86 |
|
87 |
# Centrar el t铆tulo y el subt铆tulo
|
88 |
+
st.markdown("<h1 style='text-align: center;'>Impact Bullet Generator</h1>", unsafe_allow_html=True)
|
89 |
+
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)
|
90 |
|
91 |
# A帽adir CSS personalizado para el bot贸n
|
92 |
st.markdown("""
|