Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,13 +85,6 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
85 |
# Inicializar la aplicaci贸n Streamlit
|
86 |
st.set_page_config(page_title="Impact Bullet Generator", layout="wide")
|
87 |
|
88 |
-
# Inicializar el estado de la expansi贸n del acorde贸n
|
89 |
-
if "accordion_expanded" not in st.session_state:
|
90 |
-
st.session_state["accordion_expanded"] = False
|
91 |
-
|
92 |
-
def toggle_accordion():
|
93 |
-
st.session_state["accordion_expanded"] = not st.session_state["accordion_expanded"]
|
94 |
-
|
95 |
# Centrar el t铆tulo y el subt铆tulo
|
96 |
st.markdown("<h1 style='text-align: center;'>Impact Bullet Generator</h1>", unsafe_allow_html=True)
|
97 |
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)
|
|
|
85 |
# Inicializar la aplicaci贸n Streamlit
|
86 |
st.set_page_config(page_title="Impact Bullet Generator", layout="wide")
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
# Centrar el t铆tulo y el subt铆tulo
|
89 |
st.markdown("<h1 style='text-align: center;'>Impact Bullet Generator</h1>", unsafe_allow_html=True)
|
90 |
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)
|