Praneeth2606 commited on
Commit
08b2b03
·
verified ·
1 Parent(s): def32b3

Update pages/2 Data Understanding.py

Browse files
Files changed (1) hide show
  1. pages/2 Data Understanding.py +2 -2
pages/2 Data Understanding.py CHANGED
@@ -31,7 +31,7 @@ The dataset is now ready for further exploration through **Exploratory Data Anal
31
  """)
32
 
33
  if st.button("Next >>"):
34
- st.switch_page(r"pages\3 EDA.py")
35
 
36
  if st.button("<< Back"):
37
- st.switch_page(r"pages\1 Problem Statement.py")
 
31
  """)
32
 
33
  if st.button("Next >>"):
34
+ st.switch_page(r"pages/3 EDA.py")
35
 
36
  if st.button("<< Back"):
37
+ st.switch_page(r"pages/1 Problem Statement.py")