Update pages/How to handle Videos.py
Browse files
pages/How to handle Videos.py
CHANGED
@@ -322,7 +322,6 @@ finally:
|
|
322 |
cv2.destroyAllWindows()
|
323 |
print(f"Total images captured: {c}")
|
324 |
"""
|
325 |
-
|
326 |
st.code(code,language="python")
|
327 |
|
328 |
st.write("**Code Explanation**")
|
|
|
322 |
cv2.destroyAllWindows()
|
323 |
print(f"Total images captured: {c}")
|
324 |
"""
|
|
|
325 |
st.code(code,language="python")
|
326 |
|
327 |
st.write("**Code Explanation**")
|