Srikanthgoud7 commited on
Commit
c4495b8
·
verified ·
1 Parent(s): 6b9ba4e

Update pages/3 EDA.py

Browse files
Files changed (1) hide show
  1. pages/3 EDA.py +2 -2
pages/3 EDA.py CHANGED
@@ -27,7 +27,7 @@ These insights were crucial in **feature selection** and helped improve model ac
27
  """)
28
 
29
  if st.button('Next'):
30
- st.switch_page(r"pages\4 Feature Engineering.py")
31
 
32
  if st.button('Back'):
33
- st.switch_page(r"pages\2 Data Understanding.py")
 
27
  """)
28
 
29
  if st.button('Next'):
30
+ st.switch_page("pages/4 Feature Engineering.py")
31
 
32
  if st.button('Back'):
33
+ st.switch_page("pages/2 Data Understanding.py")