Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
| 82 |
raise ValueError("Lo sentimos, intenta con una combinaci贸n diferente de entradas.")
|
| 83 |
|
| 84 |
# Inicializar la aplicaci贸n Streamlit
|
| 85 |
-
st.set_page_config(page_title="
|
| 86 |
|
| 87 |
# Inicializar el estado de la expansi贸n del acorde贸n
|
| 88 |
if "accordion_expanded" not in st.session_state:
|
|
@@ -92,8 +92,8 @@ def toggle_accordion():
|
|
| 92 |
st.session_state["accordion_expanded"] = not st.session_state["accordion_expanded"]
|
| 93 |
|
| 94 |
# Centrar el t铆tulo y el subt铆tulo
|
| 95 |
-
st.markdown("<h1 style='text-align: center;'>
|
| 96 |
-
st.markdown("<h4 style='text-align: center;'>
|
| 97 |
|
| 98 |
# A帽adir CSS personalizado para el bot贸n
|
| 99 |
st.markdown("""
|
|
|
|
| 82 |
raise ValueError("Lo sentimos, intenta con una combinaci贸n diferente de entradas.")
|
| 83 |
|
| 84 |
# Inicializar la aplicaci贸n Streamlit
|
| 85 |
+
st.set_page_config(page_title="Impact Bullet Generator", layout="wide")
|
| 86 |
|
| 87 |
# Inicializar el estado de la expansi贸n del acorde贸n
|
| 88 |
if "accordion_expanded" not in st.session_state:
|
|
|
|
| 92 |
st.session_state["accordion_expanded"] = not st.session_state["accordion_expanded"]
|
| 93 |
|
| 94 |
# Centrar el t铆tulo y el subt铆tulo
|
| 95 |
+
st.markdown("<h1 style='text-align: center;'>Impact Bullet Generator</h1>", unsafe_allow_html=True)
|
| 96 |
+
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)
|
| 97 |
|
| 98 |
# A帽adir CSS personalizado para el bot贸n
|
| 99 |
st.markdown("""
|