Update pages/Life Cycle Of Machine Learning.py
Browse files
pages/Life Cycle Of Machine Learning.py
CHANGED
@@ -3,6 +3,6 @@ import numpy as np
|
|
3 |
import pandas as pd
|
4 |
|
5 |
st.header(":red[**Life Cycle Oof Machine Learning Project**]")
|
6 |
-
|
7 |
if st.button("Problem Statement"):
|
8 |
st.write("Problem Statement")
|
|
|
3 |
import pandas as pd
|
4 |
|
5 |
st.header(":red[**Life Cycle Oof Machine Learning Project**]")
|
6 |
+
st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
|
7 |
if st.button("Problem Statement"):
|
8 |
st.write("Problem Statement")
|