awacke1 commited on
Commit
3e67984
·
verified ·
1 Parent(s): 7bf0100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def main():
115
  st.markdown(process_sheet(sheet), unsafe_allow_html=True)
116
 
117
  if 'last_captured' in st.session_state and time.time() - st.session_state['last_captured'] > snapshot_interval:
118
- st.experimental_rerun()
119
 
120
  if __name__ == "__main__":
121
  main()
 
115
  st.markdown(process_sheet(sheet), unsafe_allow_html=True)
116
 
117
  if 'last_captured' in st.session_state and time.time() - st.session_state['last_captured'] > snapshot_interval:
118
+ st.rerun()
119
 
120
  if __name__ == "__main__":
121
  main()