Spaces:
Sleeping
Sleeping
Update pages/Life_cycle_of_ML.py
Browse files
pages/Life_cycle_of_ML.py
CHANGED
@@ -53,11 +53,6 @@ st.markdown('''
|
|
53 |
<rect x="450" y="200" width="150" height="50" fill="#9370DB" stroke="#000" />
|
54 |
<text x="475" y="230" fill="#000" font-size="14">Deployment</text>
|
55 |
</a>
|
56 |
-
|
57 |
-
<!-- Arrows -->
|
58 |
-
<line x1="125" y1="225" x2="260" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
59 |
-
<line x1="340" y1="225" x2="450" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
60 |
-
|
61 |
</svg>
|
62 |
''', unsafe_allow_html=True)
|
63 |
|
|
|
53 |
<rect x="450" y="200" width="150" height="50" fill="#9370DB" stroke="#000" />
|
54 |
<text x="475" y="230" fill="#000" font-size="14">Deployment</text>
|
55 |
</a>
|
|
|
|
|
|
|
|
|
|
|
56 |
</svg>
|
57 |
''', unsafe_allow_html=True)
|
58 |
|