awacke1 commited on
Commit
53685fc
·
1 Parent(s): d10f254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def Base64CacheIt(filename):
13
 
14
  # Create the HTML video element
15
  video_html = f"""
16
- <video autoplay controls width="100%">
17
  <source src="data:video/mp4;base64,{video_base64}" type="video/mp4">
18
  Your browser does not support the video element.
19
  </video>
 
13
 
14
  # Create the HTML video element
15
  video_html = f"""
16
+ <video autoplay loop controls width="100%">
17
  <source src="data:video/mp4;base64,{video_base64}" type="video/mp4">
18
  Your browser does not support the video element.
19
  </video>