Franny Dean commited on
Commit
7f3e275
1 Parent(s): 7fb9720
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -777,7 +777,7 @@ def generate_example():
777
  animated = """<!DOCTYPE html>
778
  <html>
779
  <body>
780
- <video height='500' width='500' autoplay loop muted>
781
  <source src='prediction.mp4' type='video/mp4'/>
782
  Your browser does not support the video tag.
783
  </video>
 
777
  animated = """<!DOCTYPE html>
778
  <html>
779
  <body>
780
+ <video height='500' width='500' controls>
781
  <source src='prediction.mp4' type='video/mp4'/>
782
  Your browser does not support the video tag.
783
  </video>
app.py CHANGED
@@ -777,7 +777,7 @@ def generate_example():
777
  animated = """<!DOCTYPE html>
778
  <html>
779
  <body>
780
- <video height='500' width='500' autoplay loop muted>
781
  <source src='prediction.mp4' type='video/mp4'/>
782
  Your browser does not support the video tag.
783
  </video>
 
777
  animated = """<!DOCTYPE html>
778
  <html>
779
  <body>
780
+ <video height='500' width='500' controls>
781
  <source src='prediction.mp4' type='video/mp4'/>
782
  Your browser does not support the video tag.
783
  </video>