Spaces:
Running
Running
PanGalactic commited on
Commit ·
2e0fdf6
1
Parent(s): 5e409eb
Replace status screenshot with live video recording (150KB, 6s loop)
Browse files- .gitattributes +1 -0
- index.html +4 -1
- screenshots/status-tab.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 2 |
hello_world/static/lib/mujoco/mujoco_wasm.js filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 2 |
hello_world/static/lib/mujoco/mujoco_wasm.js filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
index.html
CHANGED
|
@@ -76,7 +76,10 @@
|
|
| 76 |
<h3 class="section-title">See It In Action</h3>
|
| 77 |
<div class="screenshot-grid">
|
| 78 |
<div class="screenshot-card screenshot-wide">
|
| 79 |
-
<
|
|
|
|
|
|
|
|
|
|
| 80 |
<div class="screenshot-caption">
|
| 81 |
<strong>System Telemetry</strong>
|
| 82 |
<span>9 live charts · top processes · hardware inventory</span>
|
|
|
|
| 76 |
<h3 class="section-title">See It In Action</h3>
|
| 77 |
<div class="screenshot-grid">
|
| 78 |
<div class="screenshot-card screenshot-wide">
|
| 79 |
+
<video autoplay loop muted playsinline>
|
| 80 |
+
<source src="screenshots/status-tab.mp4" type="video/mp4" />
|
| 81 |
+
<img src="screenshots/status-tab.png" alt="System telemetry dashboard with 9 live charts" loading="lazy" />
|
| 82 |
+
</video>
|
| 83 |
<div class="screenshot-caption">
|
| 84 |
<strong>System Telemetry</strong>
|
| 85 |
<span>9 live charts · top processes · hardware inventory</span>
|
screenshots/status-tab.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:856e2b76466e447e1c0533abfb0ba45d36c2696391fa480fcf8bb019c4ed98dc
|
| 3 |
+
size 153508
|