trohith89 commited on
Commit
1428269
·
verified ·
1 Parent(s): 498514d

Update pages/2_Data_CLeaning_and_Preprocessing.py

Browse files
pages/2_Data_CLeaning_and_Preprocessing.py CHANGED
@@ -172,6 +172,6 @@ st.markdown(
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")
 
172
 
173
 
174
  if st.button("Previous ⏮️"):
175
+ st.switch_page("pages/1_Data_Card_and_Data_collection.py")
176
  if st.button("Next ⏮️"):
177
+ st.switch_page("pages/3_EDA_and_Feature_Engineering.py")