YANAbillionarie commited on
Commit
a8be20b
·
verified ·
1 Parent(s): 4772bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 width="100%" style="border-radius: 8px; border: 1px solid rgba(245, 166, 35, 0.3);">
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>