Suburst commited on
Commit
aacbc65
1 Parent(s): e8d24ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ The following video is a short animation created by the author using Manim to ex
69
 
70
  with gr.Row():
71
  gr.HTML('<div class="video-container">')
72
- gr.Video(show_video(), label="Your Video", width=1600*0.9, height=900*0.9)
73
  gr.HTML('</div>')
74
 
75
 
 
69
 
70
  with gr.Row():
71
  gr.HTML('<div class="video-container">')
72
+ gr.Video(show_video(), label="Your Video")
73
  gr.HTML('</div>')
74
 
75