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[
|
| 39 |
-
st.markdown("###
|
| 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
|