Praneeth2606 commited on
Commit
aed0310
·
verified ·
1 Parent(s): 4baf6ae

Update pages/5 Model Building.py

Browse files
Files changed (1) hide show
  1. pages/5 Model Building.py +2 -2
pages/5 Model Building.py CHANGED
@@ -35,7 +35,7 @@ The trained model demonstrated good performance on the test data and was exporte
35
  """)
36
 
37
  if st.button("Go to Deployment >>"):
38
- st.switch_page(r"pages\6 Deployment.py")
39
 
40
  if st.button("<< Back"):
41
- st.switch_page(r"pages\4 Feature Engineering.py")
 
35
  """)
36
 
37
  if st.button("Go to Deployment >>"):
38
+ st.switch_page(r"pages/6 Deployment.py")
39
 
40
  if st.button("<< Back"):
41
+ st.switch_page(r"pages/4 Feature Engineering.py")