Update pages/1 Problem Statement.py
Browse files
pages/1 Problem Statement.py
CHANGED
@@ -30,7 +30,7 @@ st.markdown("""
|
|
30 |
""")
|
31 |
|
32 |
if st.button("Next >>"):
|
33 |
-
st.switch_page(r"pages
|
34 |
|
35 |
if st.button("<< Back"):
|
36 |
st.switch_page("app.py")
|
|
|
30 |
""")
|
31 |
|
32 |
if st.button("Next >>"):
|
33 |
+
st.switch_page(r"pages/2 Data Understanding.py")
|
34 |
|
35 |
if st.button("<< Back"):
|
36 |
st.switch_page("app.py")
|