Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -715,9 +715,6 @@ def affine_transformation_matrix():
|
|
715 |
if st.button("Back to Data Collection"):
|
716 |
st.session_state.page = "data_collection"
|
717 |
|
718 |
-
# Call the function
|
719 |
-
if __name__ == "__main__":
|
720 |
-
affine_transformation_matrix()
|
721 |
|
722 |
|
723 |
|
|
|
715 |
if st.button("Back to Data Collection"):
|
716 |
st.session_state.page = "data_collection"
|
717 |
|
|
|
|
|
|
|
718 |
|
719 |
|
720 |
|