Sathwikchowdary commited on
Commit
213e4d3
·
verified ·
1 Parent(s): 4d05dc3

Update pages/Life_cycle_of_ML.py

Browse files
Files changed (1) hide show
  1. pages/Life_cycle_of_ML.py +7 -1
pages/Life_cycle_of_ML.py CHANGED
@@ -182,4 +182,10 @@ The life cycle of Machine Learning (ML) involves several stages, from defining t
182
 
183
  <!-- Deploying (Ellipse) -->
184
  <ellipse cx="500" cy="375" rx="80" ry="40" fill="#F0E68C" stroke="#000" />
185
- <text x="500" y="380" fill="#000" font-size="14" text-anchor="middle">
 
 
 
 
 
 
 
182
 
183
  <!-- Deploying (Ellipse) -->
184
  <ellipse cx="500" cy="375" rx="80" ry="40" fill="#F0E68C" stroke="#000" />
185
+ <text x="500" y="380" fill="#000" font-size="14" text-anchor="middle">Deploying</text>
186
+ </svg>
187
+
188
+ """
189
+
190
+ # Add the HTML content to the streamlit app
191
+ st.markdown(html_content, unsafe_allow_html=True)