victor HF Staff commited on
Commit
b9f7f6c
·
verified ·
1 Parent(s): e10c1a6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -59,7 +59,7 @@
59
 
60
  <script>
61
  document.addEventListener('DOMContentLoaded', function() {
62
- const apiUrl = "https://datasets-server.huggingface.co/rows?dataset=victor%2Fproviders-metrics&config=default&split=train&offset=0&length=1000"; // Fetch 1000 rows
63
  const loadingDiv = document.getElementById('loading');
64
  const errorDiv = document.getElementById('error');
65
  const dashboardContainer = document.querySelector('.dashboard-container');
 
59
 
60
  <script>
61
  document.addEventListener('DOMContentLoaded', function() {
62
+ const apiUrl = "https://datasets-server.huggingface.co/rows?dataset=victor%2Fproviders-metrics&config=default&split=train&offset=0&length=100"; // Fetch 1000 rows
63
  const loadingDiv = document.getElementById('loading');
64
  const errorDiv = document.getElementById('error');
65
  const dashboardContainer = document.querySelector('.dashboard-container');