Spaces:
Running
Running
Update app.py
Browse files
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"
|
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 |
|