Spaces:
Sleeping
Sleeping
Update pages/Data Collection.py
Browse files- pages/Data Collection.py +2 -2
pages/Data Collection.py
CHANGED
|
@@ -18,5 +18,5 @@ st.write("""
|
|
| 18 |
|
| 19 |
# Add a button to navigate back to the Life Cycle page
|
| 20 |
if st.button("Back to Life Cycle"):
|
| 21 |
-
|
| 22 |
-
|
|
|
|
| 18 |
|
| 19 |
# Add a button to navigate back to the Life Cycle page
|
| 20 |
if st.button("Back to Life Cycle"):
|
| 21 |
+
# Redirect to the Life Cycle page using query parameters
|
| 22 |
+
st.experimental_set_query_params(page="Life Cycle of Machine Learning Project")
|