Spaces:
Running
Running
Sathwikchowdary
commited on
Update pages/Life_cycle_of_ML.py
Browse files
pages/Life_cycle_of_ML.py
CHANGED
@@ -55,7 +55,6 @@ col1, col2 = st.columns(2)
|
|
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."
|
@@ -83,6 +82,7 @@ with col1:
|
|
83 |
|
84 |
with col2:
|
85 |
if st.button("Data Collection"):
|
|
|
86 |
display_lifecycle_stage(
|
87 |
"Data Collection",
|
88 |
"Gathering the data required for the machine learning project."
|
|
|
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."
|
|
|
82 |
|
83 |
with col2:
|
84 |
if st.button("Data Collection"):
|
85 |
+
st.switch_page("pages/Data_Collection.py")
|
86 |
display_lifecycle_stage(
|
87 |
"Data Collection",
|
88 |
"Gathering the data required for the machine learning project."
|