awacke1 commited on
Commit
c82718a
·
verified ·
1 Parent(s): a54c95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def app():
129
  # Refresh every 5 seconds for better user experience
130
  st.write("Refreshing in 5 seconds...")
131
  time.sleep(5)
132
- st.experimental_rerun()
133
 
134
  # Run the Streamlit app
135
  app()
 
129
  # Refresh every 5 seconds for better user experience
130
  st.write("Refreshing in 5 seconds...")
131
  time.sleep(5)
132
+ st.rerun()
133
 
134
  # Run the Streamlit app
135
  app()