Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ with col1:
|
|
| 45 |
st.switch_page("pages/python.py")
|
| 46 |
with col2:
|
| 47 |
if st.button("Machine Learning"):
|
| 48 |
-
st.switch_page("machine_learning.py")
|
| 49 |
|
| 50 |
col3, col4 = st.columns(2)
|
| 51 |
with col3:
|
|
|
|
| 45 |
st.switch_page("pages/python.py")
|
| 46 |
with col2:
|
| 47 |
if st.button("Machine Learning"):
|
| 48 |
+
st.switch_page("pages/machine_learning.py")
|
| 49 |
|
| 50 |
col3, col4 = st.columns(2)
|
| 51 |
with col3:
|