fffiloni commited on
Commit
b98e928
1 Parent(s): fcdc30c

Update share_btn.py

Browse files
Files changed (1) hide show
  1. 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="${dataOutputVideo}" type="video/mp4">
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
  `;