Harika22 commited on
Commit
05d1730
·
verified ·
1 Parent(s): 75ba070

Update pages/Life cycle of ML.py

Browse files
Files changed (1) hide show
  1. pages/Life cycle of ML.py +0 -1
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: