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

Update pages/3_Life cycle of ML.py

Browse files
Files changed (1) hide show
  1. pages/3_Life cycle of ML.py +0 -3
pages/3_Life cycle of ML.py CHANGED
@@ -76,9 +76,6 @@ ml_lifecycle_html = """
76
  </div>
77
  """
78
 
79
- # Define pages
80
- params = st.query_params()
81
- current_page = params.get("page", ["main"])[0]
82
 
83
  def main_page():
84
  st.markdown("<h1>Machine Learning Lifecycle</h1>", unsafe_allow_html=True)
 
76
  </div>
77
  """
78
 
 
 
 
79
 
80
  def main_page():
81
  st.markdown("<h1>Machine Learning Lifecycle</h1>", unsafe_allow_html=True)