Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,9 @@ with gr.Blocks(css=css) as demo:
|
|
60 |
<li>It's recommended that the video is not too long, ideally within 10 seconds.</li>
|
61 |
</ul>
|
62 |
</div>
|
|
|
|
|
|
|
63 |
""")
|
64 |
|
65 |
|
|
|
60 |
<li>It's recommended that the video is not too long, ideally within 10 seconds.</li>
|
61 |
</ul>
|
62 |
</div>
|
63 |
+
<div style="border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 10px; background-color: rgba(255, 255, 255, 0.8); padding: 20px;">
|
64 |
+
The following video is a short animation created by the author using Manim to explain the general process.
|
65 |
+
</div>
|
66 |
""")
|
67 |
|
68 |
|