Spaces:
Sleeping
Sleeping
Update bag.py
Browse files
bag.py
CHANGED
|
@@ -273,8 +273,21 @@ VIDEO_PAGE_HTML = f"""<!DOCTYPE html>
|
|
| 273 |
<meta name="twitter:player" content="{VIDEO_URL}" />
|
| 274 |
<meta name="twitter:player:width" content="1280" />
|
| 275 |
<meta name="twitter:player:height" content="720" />
|
| 276 |
-
|
| 277 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
<style>
|
| 279 |
* { margin: 0; padding: 0; box-sizing: border-box; }
|
| 280 |
body {
|
|
|
|
| 273 |
<meta name="twitter:player" content="{VIDEO_URL}" />
|
| 274 |
<meta name="twitter:player:width" content="1280" />
|
| 275 |
<meta name="twitter:player:height" content="720" />
|
| 276 |
+
""" + """
|
| 277 |
+
<script type="application/ld+json">
|
| 278 |
+
{
|
| 279 |
+
"@context": "https://schema.org",
|
| 280 |
+
"@type": "VideoObject",
|
| 281 |
+
"name": "OverThinker Demo",
|
| 282 |
+
"description": "Build Small Hackathon | AI Powered Decision Tree",
|
| 283 |
+
"thumbnailUrl": "https://cdn-uploads.huggingface.co/production/uploads/677e884129c1f2af708eb07b/et2f8YT0mUp1DipL8LL-U.jpeg",
|
| 284 |
+
"uploadDate": "2026-06-15T08:00:00+08:00",
|
| 285 |
+
"duration": "PT3M20S",
|
| 286 |
+
"contentUrl": "https://huggingface.co/spaces/build-small-hackathon/OverThinker/resolve/main/video_1.mp4",
|
| 287 |
+
"embedUrl": "https://build-small-hackathon-overthinker.hf.space/video"
|
| 288 |
+
}
|
| 289 |
+
</script>
|
| 290 |
+
|
| 291 |
<style>
|
| 292 |
* { margin: 0; padding: 0; box-sizing: border-box; }
|
| 293 |
body {
|