no need to <video src>

#6
by radames - opened
Files changed (1) hide show
  1. share_btn.py +1 -4
share_btn.py CHANGED
@@ -67,10 +67,7 @@ async () => {
67
  #### What i asked for:
68
  ${whisper_input}
69
  #### Video:
70
- <video controls>
71
- <source src="${dataOutputVideo}" type="video/mp4">
72
- Your browser does not support the video element.
73
- </video>
74
  `;
75
  const params = new URLSearchParams({
76
  title: titleTxt,
 
67
  #### What i asked for:
68
  ${whisper_input}
69
  #### Video:
70
+ ${dataOutputVideo}
 
 
 
71
  `;
72
  const params = new URLSearchParams({
73
  title: titleTxt,