Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ The following video is a short animation created by the author using Manim to ex
|
|
72 |
|
73 |
with gr.Row():
|
74 |
gr.HTML('<div class="video-container">')
|
75 |
-
gr.Video(show_video(), label="
|
76 |
gr.HTML('</div>')
|
77 |
with gr.Row():
|
78 |
gr.HTML('<div class="video-container">')
|
|
|
72 |
|
73 |
with gr.Row():
|
74 |
gr.HTML('<div class="video-container">')
|
75 |
+
gr.Video(show_video(), label="animation")
|
76 |
gr.HTML('</div>')
|
77 |
with gr.Row():
|
78 |
gr.HTML('<div class="video-container">')
|