Update pages/2 Data Understanding.py
Browse files
pages/2 Data Understanding.py
CHANGED
|
@@ -32,7 +32,7 @@ It includes various **environmental**, **team-related**, and **budget-related at
|
|
| 32 |
""")
|
| 33 |
|
| 34 |
if st.button('Next'):
|
| 35 |
-
st.switch_page(
|
| 36 |
|
| 37 |
if st.button('Back'):
|
| 38 |
-
st.switch_page(
|
|
|
|
| 32 |
""")
|
| 33 |
|
| 34 |
if st.button('Next'):
|
| 35 |
+
st.switch_page("pages/3 EDA.py")
|
| 36 |
|
| 37 |
if st.button('Back'):
|
| 38 |
+
st.switch_page("pages/1 Problem Statement.py")
|