Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -629,9 +629,11 @@ This explanation provides both the purpose and practical use cases of `cv2.Video
|
|
629 |
|
630 |
# Navigation Button
|
631 |
if st.button("Back to Data Collection"):
|
632 |
-
st.session_state.page = "data_collection"
|
|
|
|
|
|
|
633 |
|
634 |
-
-----###AFFINE TRANSFORMATION MATRIX------------
|
635 |
|
636 |
import streamlit as st
|
637 |
|
|
|
629 |
|
630 |
# Navigation Button
|
631 |
if st.button("Back to Data Collection"):
|
632 |
+
st.session_state.page = "data_collection"
|
633 |
+
|
634 |
+
|
635 |
+
# ----- AFFINE TRANSFORMATION MATRIX -----
|
636 |
|
|
|
637 |
|
638 |
import streamlit as st
|
639 |
|