Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with col1:
|
|
76 |
|
77 |
with col2:
|
78 |
if st.button("Decision Tree"):
|
79 |
-
st.switch_page("pages/
|
80 |
|
81 |
with col3:
|
82 |
if st.button("Ensemble Techniques"):
|
|
|
76 |
|
77 |
with col2:
|
78 |
if st.button("Decision Tree"):
|
79 |
+
st.switch_page("pages/2Decision Tree.py")
|
80 |
|
81 |
with col3:
|
82 |
if st.button("Ensemble Techniques"):
|