Praneeth2606 commited on
Commit
b12fb08
·
verified ·
1 Parent(s): 08b2b03

Update pages/3 EDA.py

Browse files
Files changed (1) hide show
  1. pages/3 EDA.py +2 -2
pages/3 EDA.py CHANGED
@@ -37,7 +37,7 @@ These insights helped refine feature selection and informed model-building decis
37
 
38
 
39
  if st.button("Next >>"):
40
- st.switch_page(r"pages\4 Feature Engineering.py")
41
 
42
  if st.button("<< Back"):
43
- st.switch_page(r"pages\2 Data Understanding.py")
 
37
 
38
 
39
  if st.button("Next >>"):
40
+ st.switch_page(r"pages/4 Feature Engineering.py")
41
 
42
  if st.button("<< Back"):
43
+ st.switch_page(r"pages/2 Data Understanding.py")