zastixx commited on
Commit
4d13dd1
·
verified ·
1 Parent(s): 3442e8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def main():
72
  if login_button:
73
  if login(email, password):
74
  if 'logged_in' in st.session_state and st.session_state['logged_in']: # Check if logged in
75
- st.switch_page("pages/dashboard.py")# Redirect to new page after successful login
76
  else:
77
  st.warning("An unexpected error occurred. Please try again.")
78
 
 
72
  if login_button:
73
  if login(email, password):
74
  if 'logged_in' in st.session_state and st.session_state['logged_in']: # Check if logged in
75
+ st.switch_page("pages/VX1000 BetaV Model.py")# Redirect to new page after successful login
76
  else:
77
  st.warning("An unexpected error occurred. Please try again.")
78