Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -311,7 +311,7 @@ def main():
|
|
311 |
semi_structured_data_page()
|
312 |
elif page == "json":
|
313 |
json_page()
|
314 |
-
elif page == "
|
315 |
introduction_to_image_page()
|
316 |
|
317 |
if __name__ == "__main__":
|
|
|
311 |
semi_structured_data_page()
|
312 |
elif page == "json":
|
313 |
json_page()
|
314 |
+
elif page == "introduction_to_image":
|
315 |
introduction_to_image_page()
|
316 |
|
317 |
if __name__ == "__main__":
|