lvwerra HF staff commited on
Commit
46ce196
1 Parent(s): 38d9529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,5 +127,5 @@ for name, _ in name2repo[::-1]:
127
 
128
  st.plotly_chart(fig, use_container_width=True)
129
 
130
- # if st.button("Refresh"):
131
- # st.experimental_rerun()
 
127
 
128
  st.plotly_chart(fig, use_container_width=True)
129
 
130
+ if st.button("Refresh"):
131
+ st.experimental_rerun()