sree4411 commited on
Commit
969238c
·
verified ·
1 Parent(s): 19570a0

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -35,7 +35,7 @@ if st.session_state.page == "home":
35
 
36
  # Data Collection Page (Triggered when "Data Collection" is clicked)
37
  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
 
 
35
 
36
  # Data Collection Page (Triggered when "Data Collection" is clicked)
37
  elif st.session_state.page == "data_collection":
38
+ st.title(":red[What is Data?"])
39
  st.markdown("### Data Collection\nThis page discusses the process of Data Collection.")
40
  st.markdown("Types of Data: Structured, Unstructured, Semi-Structured")
41