victor HF Staff commited on
Commit
169e643
·
verified ·
1 Parent(s): 55033ac

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -165,7 +165,7 @@
165
 
166
  <script>
167
  document.addEventListener('DOMContentLoaded', function() {
168
- const apiUrl = "https://datasets-server.huggingface.co/rows?dataset=victor%2Fproviders-metrics&config=default&split=train&offset=0&length=1000"; // Fetch 1000 rows
169
  const loadingDiv = document.getElementById('loading');
170
  const errorDiv = document.getElementById('error');
171
  const kpiContainer = document.querySelector('.kpi-container');
 
165
 
166
  <script>
167
  document.addEventListener('DOMContentLoaded', function() {
168
+ const apiUrl = "https://datasets-server.huggingface.co/rows?dataset=victor%2Fproviders-metrics&config=default&split=train&offset=0&length=100"; // Fetch 1000 rows
169
  const loadingDiv = document.getElementById('loading');
170
  const errorDiv = document.getElementById('error');
171
  const kpiContainer = document.querySelector('.kpi-container');