Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,9 +11,7 @@ css = """
|
|
| 11 |
display: flex;
|
| 12 |
justify-content: center;
|
| 13 |
align-items: center;
|
| 14 |
-
|
| 15 |
-
height: 450px
|
| 16 |
-
|
| 17 |
}
|
| 18 |
"""
|
| 19 |
|
|
@@ -71,7 +69,7 @@ The following video is a short animation created by the author using Manim to ex
|
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
gr.HTML('<div class="video-container">')
|
| 74 |
-
gr.Video(show_video(), label="Your Video")
|
| 75 |
gr.HTML('</div>')
|
| 76 |
|
| 77 |
|
|
|
|
| 11 |
display: flex;
|
| 12 |
justify-content: center;
|
| 13 |
align-items: center;
|
| 14 |
+
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
"""
|
| 17 |
|
|
|
|
| 69 |
|
| 70 |
with gr.Row():
|
| 71 |
gr.HTML('<div class="video-container">')
|
| 72 |
+
gr.Video(show_video(), label="Your Video", width=800, height=450)
|
| 73 |
gr.HTML('</div>')
|
| 74 |
|
| 75 |
|