fix: removed unnecessary lines of code

This commit is contained in:
Jannat Patel
2023-05-11 12:40:43 +05:30
parent c3f3a110c0
commit 2162963926
7 changed files with 6 additions and 39 deletions
-1
View File
@@ -138,7 +138,6 @@ def youtube_video_renderer(video_id):
def video_renderer(src):
print(src)
return f"<video controls width='100%'><source src={src} type='video/mp4'></video>"