Spaces:
Sleeping
Sleeping
Update pages/Life_cycle_of_ML.py
Browse files
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 |
---
|