Srikanthgoud7 commited on
Commit
a4d9eb9
·
verified ·
1 Parent(s): 31cd7fb

Update pages/1 Problem Statement.py

Browse files
Files changed (1) hide show
  1. pages/1 Problem Statement.py +2 -2
pages/1 Problem Statement.py CHANGED
@@ -30,7 +30,7 @@ This project aims to:
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(r"app.py")
 
30
  """)
31
 
32
  if st.button('Next'):
33
+ st.switch_page("pages/2 Data Understanding.py")
34
 
35
  if st.button('Back'):
36
+ st.switch_page("app.py")