sree4411 commited on
Commit
ae45435
·
verified ·
1 Parent(s): 5a85c74

Update pages/3_Life Cycle Of ML Project.py

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