Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ SHOWCASE_HTML = """
|
|
| 289 |
<h3 style="color: #ffc845; text-shadow: 0 0 10px rgba(245, 166, 35, 0.5); margin-top: 0; margin-bottom: 15px;">🎬 Submission Showcase & Verification</h3>
|
| 290 |
<div style="display: flex; gap: 20px; flex-wrap: wrap;">
|
| 291 |
<div style="flex: 1.5; min-width: 300px;">
|
| 292 |
-
<video controls
|
| 293 |
<source src="https://huggingface.co/spaces/build-small-hackathon/Judges-copilot/resolve/main/lv_0_20260616025553.mp4" type="video/mp4">
|
| 294 |
Your browser does not support the video tag.
|
| 295 |
</video>
|
|
|
|
| 289 |
<h3 style="color: #ffc845; text-shadow: 0 0 10px rgba(245, 166, 35, 0.5); margin-top: 0; margin-bottom: 15px;">🎬 Submission Showcase & Verification</h3>
|
| 290 |
<div style="display: flex; gap: 20px; flex-wrap: wrap;">
|
| 291 |
<div style="flex: 1.5; min-width: 300px;">
|
| 292 |
+
<video controls preload="auto" playsinline muted style="width: 100%; border-radius: 8px; border: 1px solid rgba(245, 166, 35, 0.3); background: #000;">
|
| 293 |
<source src="https://huggingface.co/spaces/build-small-hackathon/Judges-copilot/resolve/main/lv_0_20260616025553.mp4" type="video/mp4">
|
| 294 |
Your browser does not support the video tag.
|
| 295 |
</video>
|