RohitPoreddy commited on
Commit
f47369c
·
verified ·
1 Parent(s): 1c48107

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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 • 2024 → present • ${data.count} showing`;
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