Update pages/2_Data_CLeaning_and_Preprocessing.py
Browse files
pages/2_Data_CLeaning_and_Preprocessing.py
CHANGED
|
@@ -169,3 +169,9 @@ st.markdown(
|
|
| 169 |
unsafe_allow_html=True
|
| 170 |
)
|
| 171 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
unsafe_allow_html=True
|
| 170 |
)
|
| 171 |
|
| 172 |
+
|
| 173 |
+
|
| 174 |
+
if st.button("Previous ⏮️"):
|
| 175 |
+
st.swith_page("pages/1_Data_Card_and_Data_collection.py")
|
| 176 |
+
if st.button("Next ⏮️"):
|
| 177 |
+
st.swith_page("pages/3_EDA_and_Feature_Engineering.py")
|