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

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
@@ -32,7 +32,7 @@ It includes various **environmental**, **team-related**, and **budget-related at
32
  """)
33
 
34
  if st.button('Next'):
35
- st.switch_page(r"pages\3 EDA.py")
36
 
37
  if st.button('Back'):
38
- st.switch_page(r"pages\1 Problem Statement.py")
 
32
  """)
33
 
34
  if st.button('Next'):
35
+ st.switch_page("pages/3 EDA.py")
36
 
37
  if st.button('Back'):
38
+ st.switch_page("pages/1 Problem Statement.py")