Clone77 commited on
Commit
3406586
·
verified ·
1 Parent(s): 43b5302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: