Spaces:
Sleeping
Sleeping
Sathwikchowdary
commited on
Update pages/Life_cycle_of_ML.py
Browse files
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."
|