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