ronakreddy18 commited on
Commit
ded266c
·
verified ·
1 Parent(s): 2de4294

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -315,7 +315,8 @@ def main():
315
  json_page()
316
  elif page == "introduction_to_image":
317
  introduction_to_image_page()
318
- elif page == "operations_using_opencv"
319
  operations_using_opencv_page()
 
320
  if __name__ == "__main__":
321
  main()
 
315
  json_page()
316
  elif page == "introduction_to_image":
317
  introduction_to_image_page()
318
+ elif page == "operations_using_opencv":
319
  operations_using_opencv_page()
320
+
321
  if __name__ == "__main__":
322
  main()