Update pages/3_Life Cycle Of ML Project
Browse files
pages/3_Life Cycle Of ML Project
CHANGED
|
@@ -24,7 +24,7 @@ def display_content(stage):
|
|
| 24 |
st.markdown("### Documentation and Reporting\nDocument the entire project and share the results and insights with stakeholders.")
|
| 25 |
|
| 26 |
# Title and Introduction
|
| 27 |
-
st.title("Machine Learning Project
|
| 28 |
st.markdown("Click on a stage to learn more about it.")
|
| 29 |
|
| 30 |
# Buttons for each stage
|
|
|
|
| 24 |
st.markdown("### Documentation and Reporting\nDocument the entire project and share the results and insights with stakeholders.")
|
| 25 |
|
| 26 |
# Title and Introduction
|
| 27 |
+
st.title("LifeCycle of Machine Learning Project")
|
| 28 |
st.markdown("Click on a stage to learn more about it.")
|
| 29 |
|
| 30 |
# Buttons for each stage
|