Rename pages/Life cycle of Machine Learning.py to pages/Life Cycle Of Machine Learning.py
Browse files
pages/{Life cycle of Machine Learning.py → Life Cycle Of Machine Learning.py}
RENAMED
@@ -2,5 +2,7 @@ import streamlit as st
|
|
2 |
import numpy as np
|
3 |
import pandas as pd
|
4 |
|
5 |
-
|
|
|
|
|
6 |
st.write("Problem Statement")
|
|
|
2 |
import numpy as np
|
3 |
import pandas as pd
|
4 |
|
5 |
+
st.header("Life Cycle Oof Machine Learning Project")
|
6 |
+
st.subheader("Click the button below to explore detailed steps involved in an ML project:")
|
7 |
+
if st.button("Problem Statement"):
|
8 |
st.write("Problem Statement")
|