Update pages/6 Deployment.py
Browse files- pages/6 Deployment.py +1 -1
pages/6 Deployment.py
CHANGED
@@ -47,7 +47,7 @@ if st.button("π Predict Depression Status"):
|
|
47 |
st.success("π’ The student is **not likely** experiencing depression.")
|
48 |
|
49 |
if st.button("<< Back"):
|
50 |
-
st.switch_page(r"pages
|
51 |
|
52 |
if st.button("Go to Main Page>>"):
|
53 |
st.switch_page("app.py")
|
|
|
47 |
st.success("π’ The student is **not likely** experiencing depression.")
|
48 |
|
49 |
if st.button("<< Back"):
|
50 |
+
st.switch_page(r"pages/5 Model Building.py")
|
51 |
|
52 |
if st.button("Go to Main Page>>"):
|
53 |
st.switch_page("app.py")
|