Update pages/5 Model Building.py
Browse files
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
|
39 |
|
40 |
if st.button("<< Back"):
|
41 |
-
st.switch_page(r"pages
|
|
|
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")
|