Spaces:
Running
Running
Update pages/24_NOTEBOOK.py
Browse files- pages/24_NOTEBOOK.py +1 -1
pages/24_NOTEBOOK.py
CHANGED
@@ -17,7 +17,7 @@ st.markdown(""" """)
|
|
17 |
col1, col2, col3= st.columns(3)
|
18 |
with col1:
|
19 |
if st.button('Section précédente', use_container_width=True):
|
20 |
-
switch_page("V.
|
21 |
with col2:
|
22 |
if st.button("Accueil", use_container_width=True):
|
23 |
switch_page("Home")
|
|
|
17 |
col1, col2, col3= st.columns(3)
|
18 |
with col1:
|
19 |
if st.button('Section précédente', use_container_width=True):
|
20 |
+
switch_page("V.3._Dépanner les problèmes mathématiques")
|
21 |
with col2:
|
22 |
if st.button("Accueil", use_container_width=True):
|
23 |
switch_page("Home")
|