Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ VIDEO_EXTENSIONS = ["mp4", "ogv", "m4v", "webm"]
|
|
9 |
# http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5
|
10 |
|
11 |
|
12 |
-
st.title("Video
|
13 |
|
14 |
st.header("Local video files")
|
15 |
st.write(
|
@@ -60,12 +60,12 @@ def shorten_vid_option(opt):
|
|
60 |
vidurl = st.selectbox(
|
61 |
"Pick a video to play",
|
62 |
(
|
63 |
-
"https://youtu.be/
|
64 |
-
"https://
|
65 |
-
"https://
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"https://
|
69 |
),
|
70 |
0,
|
71 |
shorten_vid_option,
|
|
|
9 |
# http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5
|
10 |
|
11 |
|
12 |
+
st.title("Video Player")
|
13 |
|
14 |
st.header("Local video files")
|
15 |
st.write(
|
|
|
60 |
vidurl = st.selectbox(
|
61 |
"Pick a video to play",
|
62 |
(
|
63 |
+
"https://youtu.be/IoQsyHVFflU",
|
64 |
+
"https://youtu.be/0i3U47OQs0E?list=PLHgX2IExbFosM9aYef9-1ymyx3QNUw3w1",
|
65 |
+
"https://youtu.be/L8ObyHp9PY0?list=PLHgX2IExbFosM9aYef9-1ymyx3QNUw3w1",
|
66 |
+
"https://youtu.be/x9vRg5KmLIo?list=PLHgX2IExbFosM9aYef9-1ymyx3QNUw3w1",
|
67 |
+
"https://youtu.be/ZEchaKXaaas?list=PLHgX2IExbFosM9aYef9-1ymyx3QNUw3w1",
|
68 |
+
"https://youtu.be/5yToL7ymfNo?list=PLHgX2IExbFosM9aYef9-1ymyx3QNUw3w1",
|
69 |
),
|
70 |
0,
|
71 |
shorten_vid_option,
|