Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -325,12 +325,10 @@ def operations_using_opencv_page():
|
|
325 |
if st.button("Conversion of Images"):
|
326 |
st.session_state.page = "Conversion_of_Images"
|
327 |
|
328 |
-
|
329 |
-
if st.button("Back to Data Collection"):
|
330 |
-
st.session_state.page = "data_collection"
|
331 |
|
332 |
##------------CONVERSION OF IMAGE-----------------
|
333 |
-
|
334 |
|
335 |
def Conversion_of_Images_page():
|
336 |
# Header for Image Conversion
|
@@ -470,20 +468,16 @@ def Conversion_of_Images_page():
|
|
470 |
- After modification, the channels are merged back to create the final image.
|
471 |
""")
|
472 |
|
|
|
|
|
473 |
|
474 |
# Navigation Button
|
475 |
if st.button("Video capture and explanation"):
|
476 |
st.session_state.page = "Video capture and explanation"
|
477 |
|
478 |
-
|
479 |
if st.button("Back to Data Collection"):
|
480 |
-
st.session_state.page = "data_collection"
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
# ----------------- Semi-Structured Data Page -----------------
|
488 |
def semi_structured_data_page():
|
489 |
st.title(":orange[Semi-Structured Data]")
|
|
|
325 |
if st.button("Conversion of Images"):
|
326 |
st.session_state.page = "Conversion_of_Images"
|
327 |
|
328 |
+
|
|
|
|
|
329 |
|
330 |
##------------CONVERSION OF IMAGE-----------------
|
331 |
+
|
332 |
|
333 |
def Conversion_of_Images_page():
|
334 |
# Header for Image Conversion
|
|
|
468 |
- After modification, the channels are merged back to create the final image.
|
469 |
""")
|
470 |
|
471 |
+
|
472 |
+
|
473 |
|
474 |
# Navigation Button
|
475 |
if st.button("Video capture and explanation"):
|
476 |
st.session_state.page = "Video capture and explanation"
|
477 |
|
478 |
+
# Navigation Button
|
479 |
if st.button("Back to Data Collection"):
|
480 |
+
st.session_state.page = "data_collection"
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
# ----------------- Semi-Structured Data Page -----------------
|
482 |
def semi_structured_data_page():
|
483 |
st.title(":orange[Semi-Structured Data]")
|