fdaudens HF staff commited on
Commit
1d0f63b
1 Parent(s): 8abbee5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -6
index.html CHANGED
@@ -209,14 +209,16 @@
209
  </div>
210
  `,
211
  5: `
212
- <h2>Day 5</h2>
213
- <p>Wondering what tomorrows visualization will be? Like the space to get notified when we reveal it 🤗</p>
214
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
215
- `,
 
 
216
  6: `
217
  <h2>Day 6</h2>
218
- <p>Like the space to be notified when we release the next data 🤗</p>
219
- `,
220
  7: `
221
  <h2>Day 7</h2>
222
  <p>Like the space to be notified when we release the next data 🤗</p>
@@ -303,6 +305,7 @@
303
  2: "❤️<br>Most liked & downloaded models",
304
  3: "🏎️<br>Fast & Furious model releases",
305
  4: "🚀<br>Zero to One (Million Models)",
 
306
  // Add more custom labels as needed
307
  // 3: "Custom Text",
308
  // 4: "Another Label",
 
209
  </div>
210
  `,
211
  5: `
212
+ <h2>The HF Network: What your likes say about you</h2>
213
+ <p>Network connections between usersfavourite models.</p>
214
+ <div class="responsive-iframe-container">
215
+ <button onclick="toggleFullscreen(this.nextElementSibling)" 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>
216
+ <iframe src="https://aiworld.eu/embed/model/model/network-small" allowfullscreen></iframe>
217
+ </div> `,
218
  6: `
219
  <h2>Day 6</h2>
220
+ <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
221
+ <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;"> `,
222
  7: `
223
  <h2>Day 7</h2>
224
  <p>Like the space to be notified when we release the next data 🤗</p>
 
305
  2: "❤️<br>Most liked & downloaded models",
306
  3: "🏎️<br>Fast & Furious model releases",
307
  4: "🚀<br>Zero to One (Million Models)",
308
+ 5: "🤗<br>What your likes say about you?",
309
  // Add more custom labels as needed
310
  // 3: "Custom Text",
311
  // 4: "Another Label",