Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,5 +59,5 @@ if st.button("Analizar"):
|
|
59 |
st.sidebar.header("Sugerencias de texto")
|
60 |
st.sidebar.button("Estoy muy feliz con este sistema", on_click=actualizar_texto, args=("Estoy muy feliz con este sistema",))
|
61 |
st.sidebar.button("Este sistema es un desastre total", on_click=actualizar_texto, args=("Este sistema es un desastre total",))
|
62 |
-
st.sidebar.button("Este sistema
|
63 |
st.sidebar.button("Soy fan de las sorpresas... más si son facturas inesperadas", on_click=actualizar_texto, args=("Soy fan de las sorpresas... más si son facturas inesperadas",))
|
|
|
59 |
st.sidebar.header("Sugerencias de texto")
|
60 |
st.sidebar.button("Estoy muy feliz con este sistema", on_click=actualizar_texto, args=("Estoy muy feliz con este sistema",))
|
61 |
st.sidebar.button("Este sistema es un desastre total", on_click=actualizar_texto, args=("Este sistema es un desastre total",))
|
62 |
+
st.sidebar.button("Este sistema está más o menos", on_click=actualizar_texto, args=("Este sistema esta más o menos",))
|
63 |
st.sidebar.button("Soy fan de las sorpresas... más si son facturas inesperadas", on_click=actualizar_texto, args=("Soy fan de las sorpresas... más si son facturas inesperadas",))
|