Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -266,8 +266,7 @@ if st.session_state.page == "Introduction_to_image":
|
|
| 266 |
- **LAB (Lightness, A, B)**: Designed to be perceptually uniform, meaning that the perceptual difference between colors is consistent across the space.
|
| 267 |
- **Use Cases**: Color correction, image processing tasks requiring color consistency.
|
| 268 |
""")
|
| 269 |
-
|
| 270 |
-
# Button for navigating to the next section
|
| 271 |
if st.button(":blue[Operations Using OpenCV]"):
|
| 272 |
st.session_state.page = "operations_using_opencv"
|
| 273 |
|
|
|
|
| 266 |
- **LAB (Lightness, A, B)**: Designed to be perceptually uniform, meaning that the perceptual difference between colors is consistent across the space.
|
| 267 |
- **Use Cases**: Color correction, image processing tasks requiring color consistency.
|
| 268 |
""")
|
| 269 |
+
st.image("https://www.numerical-tours.com/matlab/multidim_1_color/index_01.png", caption="RGB color spaces", use_container_width=True )
|
|
|
|
| 270 |
if st.button(":blue[Operations Using OpenCV]"):
|
| 271 |
st.session_state.page = "operations_using_opencv"
|
| 272 |
|