Harika22 commited on
Commit
220bfcf
·
verified ·
1 Parent(s): 65c0d32

Update pages/3_Life cycle of ML.py

Browse files
Files changed (1) hide show
  1. pages/3_Life cycle of ML.py +1 -1
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.experimental_set_query_params(page="main")
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":