shwetashweta05 commited on
Commit
3897d46
1 Parent(s): fb4b3e6

Update pages/Life Cycle Of Machine Learning.py

Browse files
pages/Life Cycle Of Machine Learning.py CHANGED
@@ -6,7 +6,7 @@ st.header(":red[**Life Cycle Of Machine Learning Project**]")
6
  st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
7
 
8
  if st.button("**Problem Statement**"):
9
- if st.button("**Problem statement of Machine Learning**"):
10
  st.write("""
11
  *A problem statement in machine learning defines the specific issue you want to solve using data and machine learning techniques. It should clearly explain:**
12
  - What the problem is
@@ -24,7 +24,7 @@ if st.button("**Problem Statement**"):
24
  """)
25
 
26
  if st.button("**Data Collection**"):
27
- if st.button("**About Data Collection of Machine Learning**"):
28
  st.write("")
29
 
30
  #if st.button("**Simple EDA**"):
 
6
  st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
7
 
8
  if st.button("**Problem Statement**"):
9
+ if st.link_button("**Problem statement of Machine Learning**"):
10
  st.write("""
11
  *A problem statement in machine learning defines the specific issue you want to solve using data and machine learning techniques. It should clearly explain:**
12
  - What the problem is
 
24
  """)
25
 
26
  if st.button("**Data Collection**"):
27
+ if st.link_button("**About Data Collection of Machine Learning**"):
28
  st.write("")
29
 
30
  #if st.button("**Simple EDA**"):