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