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

Update pages/1 Problem Statement.py

Browse files
Files changed (1) hide show
  1. pages/1 Problem Statement.py +1 -1
pages/1 Problem Statement.py CHANGED
@@ -30,7 +30,7 @@ st.markdown("""
30
  """)
31
 
32
  if st.button("Next >>"):
33
- st.switch_page(r"pages\2 Data Understanding.py")
34
 
35
  if st.button("<< Back"):
36
  st.switch_page("app.py")
 
30
  """)
31
 
32
  if st.button("Next >>"):
33
+ st.switch_page(r"pages/2 Data Understanding.py")
34
 
35
  if st.button("<< Back"):
36
  st.switch_page("app.py")