Sathwikchowdary commited on
Commit
25ae028
·
verified ·
1 Parent(s): a178ce5

Update pages/Life_cycle_of_ML.py

Browse files
Files changed (1) hide show
  1. pages/Life_cycle_of_ML.py +2 -2
pages/Life_cycle_of_ML.py CHANGED
@@ -1,4 +1,4 @@
1
- st.markdown("<div align="center">")
2
  <svg width="600" height="400">
3
  <!-- Problem Definition -->
4
  <a href="#problem-definition">
@@ -45,5 +45,5 @@ st.markdown("<div align="center">")
45
  <line x1="340" y1="225" x2="450" y2="225" stroke="#000" marker-end="url(#arrow)" />
46
  </svg>
47
  </div>
48
-
49
  ---
 
1
+ st.markdown("<div align="center">"
2
  <svg width="600" height="400">
3
  <!-- Problem Definition -->
4
  <a href="#problem-definition">
 
45
  <line x1="340" y1="225" x2="450" y2="225" stroke="#000" marker-end="url(#arrow)" />
46
  </svg>
47
  </div>
48
+ unsafe_allow_html=True)
49
  ---