Praneeth2606 commited on
Commit
4baf6ae
·
verified ·
1 Parent(s): b12fb08

Update pages/4 Feature Engineering.py

Browse files
Files changed (1) hide show
  1. pages/4 Feature Engineering.py +2 -2
pages/4 Feature Engineering.py CHANGED
@@ -41,7 +41,7 @@ The refined dataset was then used to train the **KNN classifier** for depression
41
  """)
42
 
43
  if st.button("Next >>"):
44
- st.switch_page(r"pages\5 Model Building.py")
45
 
46
  if st.button("<< Back"):
47
- st.switch_page(r"pages\3 EDA.py")
 
41
  """)
42
 
43
  if st.button("Next >>"):
44
+ st.switch_page(r"pages/5 Model Building.py")
45
 
46
  if st.button("<< Back"):
47
+ st.switch_page(r"pages/3 EDA.py")