Update Welcome.py
Browse files- Welcome.py +1 -1
Welcome.py
CHANGED
@@ -42,7 +42,7 @@ if f is not None:
|
|
42 |
tfile = tempfile.NamedTemporaryFile(delete=False)
|
43 |
tfile.write(f.read())
|
44 |
|
45 |
-
st.
|
46 |
cap = cv2.VideoCapture(tfile.name)
|
47 |
stframe = st.empty()
|
48 |
|
|
|
42 |
tfile = tempfile.NamedTemporaryFile(delete=False)
|
43 |
tfile.write(f.read())
|
44 |
|
45 |
+
st.video(tfile.name)
|
46 |
cap = cv2.VideoCapture(tfile.name)
|
47 |
stframe = st.empty()
|
48 |
|