Update app.py
Browse files
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/
|
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 |
|