sree4411 commited on
Commit
5621379
·
verified ·
1 Parent(s): 8a3ad6c

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -313,7 +313,7 @@ elif st.session_state.page == "operations_using_opencv":
313
  ```python
314
  cv2.imshow(window_name, image)
315
  ```
316
- **":blue[Requirements]":**
317
  - Call `cv2.waitKey()` to keep the window open until a key is pressed.
318
  - Call `cv2.destroyAllWindows()` to close the window(s).
319
  **Behavior:**
 
313
  ```python
314
  cv2.imshow(window_name, image)
315
  ```
316
+ **Requirements:**
317
  - Call `cv2.waitKey()` to keep the window open until a key is pressed.
318
  - Call `cv2.destroyAllWindows()` to close the window(s).
319
  **Behavior:**