Spaces:
Running
Running
Update index.html
Browse files- 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=
|
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');
|