Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|