sree4411 commited on
Commit
5d77939
ยท
verified ยท
1 Parent(s): b2bde06

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -38,6 +38,12 @@ elif st.session_state.page == "data_collection":
38
  st.title("Data Collection")
39
  st.markdown("### Data Collection\nThis page discusses the process of Data Collection.")
40
  st.markdown("Types of Data: Structured, Unstructured, Semi-Structured")
 
 
 
 
 
 
41
 
42
  # Add more content for data collection here
43
 
 
38
  st.title("Data Collection")
39
  st.markdown("### Data Collection\nThis page discusses the process of Data Collection.")
40
  st.markdown("Types of Data: Structured, Unstructured, Semi-Structured")
41
+ if st.button(":blue[๐ŸŒŸ Problem Statement]"):
42
+ st.markdown("### Problem Statement\nIdentify the problem you want to solve and set clear objectives and success criteria.")
43
+ if st.button(":blue[๐ŸŒŸ Problem Statement]"):
44
+ st.markdown("### Problem Statement\nIdentify the problem you want to solve and set clear objectives and success criteria.")
45
+ if st.button(":blue[๐ŸŒŸ Problem Statement]"):
46
+ st.markdown("### Problem Statement\nIdentify the problem you want to solve and set clear objectives and success criteria.")
47
 
48
  # Add more content for data collection here
49