SG-2025 commited on
Commit
f97528d
·
verified ·
1 Parent(s): 2f48417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def login_page():
53
  st.session_state["is_authenticated"] = True
54
  st.session_state["current_user"] = username
55
  st.success("Login successful!")
56
- st.st.rerun()
57
  else:
58
  st.error("Invalid username or password")
59
 
 
53
  st.session_state["is_authenticated"] = True
54
  st.session_state["current_user"] = username
55
  st.success("Login successful!")
56
+ st.rerun()
57
  else:
58
  st.error("Invalid username or password")
59