sree4411 commited on
Commit
d6ec1ab
Β·
verified Β·
1 Parent(s): 615af2d

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -38,12 +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
- if st.button(":blue[🌟 Structured Data]"):
42
- st.markdown("### Structured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
43
- if st.button(":blue[🌟 Unstructured Data]"):
44
- st.markdown("### Unstructured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
45
- if st.button(":blue[🌟 Semi-Structured]"):
46
- st.markdown("### Semi-Structured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
47
 
48
  # Button to go back to home page
49
  if st.button("Back to Home"):
 
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[🌟 Structured Data]"):
42
+ st.markdown("### Structured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
43
+ if st.button(":blue[🌟 Unstructured Data]"):
44
+ st.markdown("### Unstructured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
45
+ if st.button(":blue[🌟 Semi-Structured]"):
46
+ st.markdown("### Semi-Structured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
47
 
48
  # Button to go back to home page
49
  if st.button("Back to Home"):