Clone77 commited on
Commit
b1f29c1
·
verified ·
1 Parent(s): 2223ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ st.markdown("## In which module do you have doubt?")
42
  col1, col2 = st.columns(2)
43
  with col1:
44
  if st.button("Python"):
45
- st.switch_page("python.py")
46
  with col2:
47
  if st.button("Machine Learning"):
48
  st.switch_page("machine_learning.py")
 
42
  col1, col2 = st.columns(2)
43
  with col1:
44
  if st.button("Python"):
45
+ st.switch_page("pages/python.py")
46
  with col2:
47
  if st.button("Machine Learning"):
48
  st.switch_page("machine_learning.py")