Update pages/2 Data Understanding.py
Browse files
pages/2 Data Understanding.py
CHANGED
@@ -31,7 +31,7 @@ The dataset is now ready for further exploration through **Exploratory Data Anal
|
|
31 |
""")
|
32 |
|
33 |
if st.button("Next >>"):
|
34 |
-
st.switch_page(r"pages
|
35 |
|
36 |
if st.button("<< Back"):
|
37 |
-
st.switch_page(r"pages
|
|
|
31 |
""")
|
32 |
|
33 |
if st.button("Next >>"):
|
34 |
+
st.switch_page(r"pages/3 EDA.py")
|
35 |
|
36 |
if st.button("<< Back"):
|
37 |
+
st.switch_page(r"pages/1 Problem Statement.py")
|