juanbdo commited on
Commit
2290b89
·
verified ·
1 Parent(s): 479b7be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,7 +57,7 @@ if st.button("Analizar"):
57
 
58
  # Barra lateral con sugerencias de texto
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 está 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",))
 
57
 
58
  # Barra lateral con sugerencias de texto
59
  st.sidebar.header("Sugerencias de texto")
60
+ st.sidebar.button("Estoy muy feliz con este servicio", on_click=actualizar_texto, args=("Estoy muy feliz con este servicio",))
61
+ st.sidebar.button("Este servicio es un desastre total", on_click=actualizar_texto, args=("Este servicio es un desastre total",))
62
+ st.sidebar.button("Este servicio está más o menos", on_click=actualizar_texto, args=("Este servicio está 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",))