Spaces:
Sleeping
Sleeping
Update pages/3_Life cycle of ML.py
Browse files
pages/3_Life cycle of ML.py
CHANGED
|
@@ -136,7 +136,7 @@ def data_collection_page():
|
|
| 136 |
""")
|
| 137 |
|
| 138 |
if st.button("Back to Main Page"):
|
| 139 |
-
st.
|
| 140 |
|
| 141 |
# Page routing
|
| 142 |
if current_page == "data_collection":
|
|
|
|
| 136 |
""")
|
| 137 |
|
| 138 |
if st.button("Back to Main Page"):
|
| 139 |
+
st.query_params(page="main")
|
| 140 |
|
| 141 |
# Page routing
|
| 142 |
if current_page == "data_collection":
|