Update pages/3 EDA.py
Browse files- 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
|
41 |
|
42 |
if st.button("<< Back"):
|
43 |
-
st.switch_page(r"pages
|
|
|
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")
|