hadheedo commited on
Commit
8a22004
·
verified ·
1 Parent(s): 62ea052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with col1:
113
 
114
  with col2:
115
  if st.button("Refresh"):
116
- st.experimental_rerun()
117
 
118
  # Footer
119
  st.markdown("""<div class="footer"> Created with hadheedo</div>""", unsafe_allow_html=True)
 
113
 
114
  with col2:
115
  if st.button("Refresh"):
116
+ st.rerun() # change here
117
 
118
  # Footer
119
  st.markdown("""<div class="footer"> Created with hadheedo</div>""", unsafe_allow_html=True)