Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -171,7 +171,7 @@ video.release()
|
|
| 171 |
cv2.destroyAllWindows()
|
| 172 |
""", language='python')
|
| 173 |
|
| 174 |
-
|
| 175 |
st.markdown("""
|
| 176 |
Image data can be processed using libraries like OpenCV and PIL (Pillow).
|
| 177 |
""")
|
|
|
|
| 171 |
cv2.destroyAllWindows()
|
| 172 |
""", language='python')
|
| 173 |
|
| 174 |
+
st.header("🖼️ Handling Image Data")
|
| 175 |
st.markdown("""
|
| 176 |
Image data can be processed using libraries like OpenCV and PIL (Pillow).
|
| 177 |
""")
|