Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -332,6 +332,6 @@ def router():
|
|
332 |
elif st.session_state.page == "semi_structured_data":
|
333 |
semi_structured_data_page()
|
334 |
|
335 |
-
# Run
|
336 |
if __name__ == "__main__":
|
337 |
router()
|
|
|
332 |
elif st.session_state.page == "semi_structured_data":
|
333 |
semi_structured_data_page()
|
334 |
|
335 |
+
# Run te router function
|
336 |
if __name__ == "__main__":
|
337 |
router()
|