Harika22 commited on
Commit
364ba02
·
verified ·
1 Parent(s): ae61fe8

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
@@ -77,7 +77,7 @@ ml_lifecycle_html = """
77
  """
78
 
79
  # Define pages
80
- params = st.experimental_get_query_params()
81
  current_page = params.get("page", ["main"])[0]
82
 
83
  def main_page():
 
77
  """
78
 
79
  # Define pages
80
+ params = st.query_params()
81
  current_page = params.get("page", ["main"])[0]
82
 
83
  def main_page():