Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -355,7 +355,7 @@ elif st.session_state.page == "operations_using_opencv":
|
|
| 355 |
if st.button(":blue[Conversion of Images]"):
|
| 356 |
st.session_state.page = "Conversion_of_Images"
|
| 357 |
|
| 358 |
-
if st.button(":blue[Back to
|
| 359 |
st.session_state.page = "operations_using_opencv"
|
| 360 |
|
| 361 |
if st.button(":blue[Back to Unstructured Collection]"):
|
|
|
|
| 355 |
if st.button(":blue[Conversion of Images]"):
|
| 356 |
st.session_state.page = "Conversion_of_Images"
|
| 357 |
|
| 358 |
+
if st.button(":blue[Back to operations using opencv]"):
|
| 359 |
st.session_state.page = "operations_using_opencv"
|
| 360 |
|
| 361 |
if st.button(":blue[Back to Unstructured Collection]"):
|