dvilasuero HF Staff commited on
Commit
df1cfe1
·
verified ·
1 Parent(s): c31b88e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -189,7 +189,7 @@
189
  <div class="card-title">User Leaderboard</div>
190
  <div class="iframe-container">
191
  <iframe
192
- src="https://huggingface.co/datasets/davanstrien/progress/embed/sql-console/utIjY0Z"
193
  frameborder="0"
194
  width="100%"
195
  height="560px"
@@ -203,7 +203,7 @@
203
  async function fetchTotalAnnotations() {
204
  try {
205
  const response = await fetch(
206
- "https://datasets-server.huggingface.co/rows?dataset=davanstrien%2Fprogress&config=default&split=train&offset=0&length=100"
207
  );
208
 
209
  if (!response.ok) {
 
189
  <div class="card-title">User Leaderboard</div>
190
  <div class="iframe-container">
191
  <iframe
192
+ src="https://huggingface.co/datasets/data-is-better-together/fineweb-c-progress/embed/sql-console/utIjY0Z"
193
  frameborder="0"
194
  width="100%"
195
  height="560px"
 
203
  async function fetchTotalAnnotations() {
204
  try {
205
  const response = await fetch(
206
+ "https://datasets-server.huggingface.co/rows?dataset=data-is-better-together%fineweb-c-progress&config=default&split=train&offset=0&length=100"
207
  );
208
 
209
  if (!response.ok) {