Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -426,7 +426,3 @@ elif st.session_state.page == "unstructured_data":
|
|
426 |
unstructured_data_page()
|
427 |
elif st.session_state.page == "semi_structured_data":
|
428 |
semi_structured_data_page()
|
429 |
-
|
430 |
-
# Run the router function
|
431 |
-
if __name__ == "__main__":
|
432 |
-
router()
|
|
|
426 |
unstructured_data_page()
|
427 |
elif st.session_state.page == "semi_structured_data":
|
428 |
semi_structured_data_page()
|
|
|
|
|
|
|
|