fdaudens HF staff commited on
Commit
e9e0609
1 Parent(s): 7dca19b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -5
index.html CHANGED
@@ -239,10 +239,12 @@
239
  </div>
240
  `,
241
  8: `
242
- <h2>Day 8</h2>
243
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
244
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
245
- `,
 
 
246
  9: `
247
  <h2>Day 9</h2>
248
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
@@ -340,6 +342,7 @@
340
  5: "🤗<br>What your likes say about you?",
341
  6: "🏷️<br>Tasks on tasks on tasks",
342
  7: "🌍<br>Global top 500 model creators",
 
343
  // Add more custom labels as needed
344
  // 3: "Custom Text",
345
  // 4: "Another Label",
@@ -375,7 +378,7 @@
375
 
376
  // Handle card clicks
377
  const cards = document.querySelectorAll('.card');
378
- const activeDays = [1,2,3,4,5,6,7]; // Add the day numbers you want to highlight
379
 
380
  cards.forEach(card => {
381
  const day = parseInt(card.dataset.day);
 
239
  </div>
240
  `,
241
  8: `
242
+ <h2>Average daily downloads for the top 100 trending models for Dec 9 2024</h2>
243
+ <div class="responsive-iframe-container">
244
+ <button onclick="toggleBrowserFullscreen(this.parentElement)" style="position: absolute; top: 10px; right: 10px; z-index: 10; padding: 8px; background: rgba(0,0,0,0.6); color: white; border: none; border-radius: 4px; cursor: pointer;">⛶</button>
245
+ <iframe src="https://aiworld.eu/embed/model/model/treemap-top-100-trending" allowfullscreen></iframe>
246
+ </div>
247
+ `,
248
  9: `
249
  <h2>Day 9</h2>
250
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
 
342
  5: "🤗<br>What your likes say about you?",
343
  6: "🏷️<br>Tasks on tasks on tasks",
344
  7: "🌍<br>Global top 500 model creators",
345
+ 8: "📈<br>Average daily downloads"
346
  // Add more custom labels as needed
347
  // 3: "Custom Text",
348
  // 4: "Another Label",
 
378
 
379
  // Handle card clicks
380
  const cards = document.querySelectorAll('.card');
381
+ const activeDays = [1,2,3,4,5,6,7,8]; // Add the day numbers you want to highlight
382
 
383
  cards.forEach(card => {
384
  const day = parseInt(card.dataset.day);