ronakreddy18 commited on
Commit
311b6bb
·
verified ·
1 Parent(s): ead04cc

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -472,8 +472,8 @@ def Conversion_of_Images_page():
472
 
473
 
474
  # Navigation Button
475
- if st.button("Video capture and explanation of cv2.waitKey"):
476
- st.session_state.page = "Video capture and explanation of cv2.waitKey"
477
 
478
  # Navigation Button
479
  if st.button("Back to Data Collection"):
@@ -572,7 +572,9 @@ def main():
572
  operations_using_opencv_page()
573
  elif page == "Conversion_of_Images_page":
574
  Conversion_of_Images_page()
575
- elif page == "video_capture_cv2.waitKey()_page":
576
- video_capture_cv2.waitKey()_page
 
 
577
  if __name__ == "__main__":
578
  main()
 
472
 
473
 
474
  # Navigation Button
475
+ if st.button("Video capture and explanation"):
476
+ st.session_state.page = "Video capture and explanation"
477
 
478
  # Navigation Button
479
  if st.button("Back to Data Collection"):
 
572
  operations_using_opencv_page()
573
  elif page == "Conversion_of_Images_page":
574
  Conversion_of_Images_page()
575
+ elif page == "video_capture_page":
576
+ video_capture_page
577
+
578
+
579
  if __name__ == "__main__":
580
  main()