Suburst commited on
Commit
c4a5679
·
verified ·
1 Parent(s): d3655cf

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=850, height=400)
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", width=950, height=100)
73
  gr.HTML('</div>')
74
 
75