Update app.py
Browse files
app.py
CHANGED
@@ -84,4 +84,4 @@ with col3:
|
|
84 |
|
85 |
with col4:
|
86 |
if st.button("Logistic Regression"):
|
87 |
-
st.switch_page("
|
|
|
84 |
|
85 |
with col4:
|
86 |
if st.button("Logistic Regression"):
|
87 |
+
st.switch_page("pages/4Logistic_Regression.py")
|