LakshmiHarika commited on
Commit
38398d5
·
verified ·
1 Parent(s): 2cfe5b8

Update pages/Data Collection.py

Browse files
Files changed (1) hide show
  1. 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
- st.experimental_set_query_params(page="Life Cycle of End-to-End ML Project")
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")