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