Praneeth2606 commited on
Commit
03bf563
Β·
verified Β·
1 Parent(s): aed0310

Update pages/6 Deployment.py

Browse files
Files changed (1) hide show
  1. 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\5 Model Building.py")
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")