Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -694,7 +694,7 @@
|
|
| 694 |
const data = await res.json();
|
| 695 |
|
| 696 |
el("asOf").textContent = new Date(data.as_of).toLocaleString();
|
| 697 |
-
el("subtitle").textContent = `Open weights + API releases •
|
| 698 |
STATE.events = data.events || [];
|
| 699 |
|
| 700 |
// update month jump once we render
|
|
|
|
| 694 |
const data = await res.json();
|
| 695 |
|
| 696 |
el("asOf").textContent = new Date(data.as_of).toLocaleString();
|
| 697 |
+
el("subtitle").textContent = `Open weights + API releases • 2022 → present • ${data.count} showing`;
|
| 698 |
STATE.events = data.events || [];
|
| 699 |
|
| 700 |
// update month jump once we render
|