adrish commited on
Commit
fd5c14b
·
1 Parent(s): d78576c

updated the experimental rerun

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ def authenticate():
32
  if st.button("Login"):
33
  if st.session_state["login_password"] == app_password:
34
  st.session_state["authenticated"] = True
35
- st.experimental_rerun()
36
  else:
37
  st.error("Invalid password. Please try again.")
38
  st.stop()
 
32
  if st.button("Login"):
33
  if st.session_state["login_password"] == app_password:
34
  st.session_state["authenticated"] = True
 
35
  else:
36
  st.error("Invalid password. Please try again.")
37
  st.stop()