Spaces:
Running
Running
Update pages/Life cycle of ML.py
Browse files
pages/Life cycle of ML.py
CHANGED
|
@@ -81,7 +81,6 @@ for i, step in enumerate(steps):
|
|
| 81 |
st.graphviz_chart(graph)
|
| 82 |
|
| 83 |
st.markdown("<hr>", unsafe_allow_html=True)
|
| 84 |
-
st.markdown("<div style='text-align:center; font-size:1.2rem;'>Select a phase to learn more:</div>", unsafe_allow_html=True)
|
| 85 |
|
| 86 |
selected_step = None
|
| 87 |
for step in steps:
|
|
|
|
| 81 |
st.graphviz_chart(graph)
|
| 82 |
|
| 83 |
st.markdown("<hr>", unsafe_allow_html=True)
|
|
|
|
| 84 |
|
| 85 |
selected_step = None
|
| 86 |
for step in steps:
|