Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
|
@@ -367,9 +367,12 @@
|
|
| 367 |
</div>
|
| 368 |
`,
|
| 369 |
24: `
|
| 370 |
-
<h2>
|
| 371 |
-
<p>
|
| 372 |
-
<
|
|
|
|
|
|
|
|
|
|
| 373 |
`
|
| 374 |
};
|
| 375 |
|
|
@@ -403,7 +406,8 @@
|
|
| 403 |
20: "📚<br>Babel in the Machine",
|
| 404 |
21: "🔄<br>The Circle of Sharing",
|
| 405 |
22: "⭐<br>December Stars",
|
| 406 |
-
23: "🌍<br>Mapping AI's Languages"
|
|
|
|
| 407 |
// Add more custom labels as needed
|
| 408 |
// 3: "Custom Text",
|
| 409 |
// 4: "Another Label",
|
|
@@ -439,7 +443,7 @@
|
|
| 439 |
|
| 440 |
// Handle card clicks
|
| 441 |
const cards = document.querySelectorAll('.card');
|
| 442 |
-
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]; // Add the day numbers you want to highlight
|
| 443 |
|
| 444 |
cards.forEach(card => {
|
| 445 |
const day = parseInt(card.dataset.day);
|
|
|
|
| 367 |
</div>
|
| 368 |
`,
|
| 369 |
24: `
|
| 370 |
+
<h2>The Open Source AI Race: Top Models by Likes</h2>
|
| 371 |
+
<p>Ranking of the most liked open source models on Hugging Face, with Black Forest Labs' FLUX and Meta's Llama models leading the pack.</p>
|
| 372 |
+
<div class="responsive-iframe-container">
|
| 373 |
+
<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>
|
| 374 |
+
<iframe src="https://aiworld.eu/embed/api/model/model/racechart" allowfullscreen></iframe>
|
| 375 |
+
</div>
|
| 376 |
`
|
| 377 |
};
|
| 378 |
|
|
|
|
| 406 |
20: "📚<br>Babel in the Machine",
|
| 407 |
21: "🔄<br>The Circle of Sharing",
|
| 408 |
22: "⭐<br>December Stars",
|
| 409 |
+
23: "🌍<br>Mapping AI's Languages",
|
| 410 |
+
24: "🏆<br>The Open Source AI Race"
|
| 411 |
// Add more custom labels as needed
|
| 412 |
// 3: "Custom Text",
|
| 413 |
// 4: "Another Label",
|
|
|
|
| 443 |
|
| 444 |
// Handle card clicks
|
| 445 |
const cards = document.querySelectorAll('.card');
|
| 446 |
+
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]; // Add the day numbers you want to highlight
|
| 447 |
|
| 448 |
cards.forEach(card => {
|
| 449 |
const day = parseInt(card.dataset.day);
|