Sathwikchowdary commited on
Commit
6d6ede8
·
verified ·
1 Parent(s): 7dd6a18

Update pages/Life_cycle_of_ML.py

Browse files
Files changed (1) hide show
  1. pages/Life_cycle_of_ML.py +1 -0
pages/Life_cycle_of_ML.py CHANGED
@@ -55,6 +55,7 @@ col1, col2 = st.columns(2)
55
 
56
  with col1:
57
  if st.button("Problem Statement"):
 
58
  display_lifecycle_stage(
59
  "Problem Statement",
60
  "Defining the problem and setting objectives for the machine learning project."
 
55
 
56
  with col1:
57
  if st.button("Problem Statement"):
58
+ st.switch_page("pages/Data_Collection.py")
59
  display_lifecycle_stage(
60
  "Problem Statement",
61
  "Defining the problem and setting objectives for the machine learning project."