Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -75,7 +75,7 @@ share_js = """async () => {
|
|
75 |
${whisper_input}
|
76 |
#### Video:
|
77 |
<video controls>
|
78 |
-
<source src="${
|
79 |
Your browser does not support the video element.
|
80 |
</video>
|
81 |
`;
|
|
|
75 |
${whisper_input}
|
76 |
#### Video:
|
77 |
<video controls>
|
78 |
+
<source src="${videoFile}" type="video/mp4">
|
79 |
Your browser does not support the video element.
|
80 |
</video>
|
81 |
`;
|