Spaces:
Running
Running
Update index.html
Browse files- index.html +23 -5
index.html
CHANGED
@@ -22,16 +22,34 @@
|
|
22 |
</div>
|
23 |
<section class="tab-content active">
|
24 |
<h2>Leaderboard</h2>
|
25 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
<li>
|
27 |
<div>
|
28 |
<div>
|
29 |
<p>
|
30 |
-
<
|
31 |
<span class="mx-2">|</span>
|
32 |
-
<a href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_x.png" alt="X logo"> @fffiloni</a
|
33 |
<span class="mx-2">|</span>
|
34 |
-
<a href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_git.png" alt="Github logo"> github.com/fffiloni</a
|
35 |
</p>
|
36 |
</div>
|
37 |
</div>
|
@@ -49,7 +67,7 @@
|
|
49 |
</div>
|
50 |
</li>
|
51 |
<!-- Add more user entries for Tab 1 here -->
|
52 |
-
</ul
|
53 |
</section>
|
54 |
<section class="tab-content">
|
55 |
<h2>Leaderboard</h2>
|
|
|
22 |
</div>
|
23 |
<section class="tab-content active">
|
24 |
<h2>Leaderboard</h2>
|
25 |
+
<table>
|
26 |
+
<caption>Most Liked Spaces</caption>
|
27 |
+
<tr>
|
28 |
+
<th><a href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
|
29 |
+
<th><a href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_x.png" alt="X logo"> @fffiloni</a></th>
|
30 |
+
<th><a href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_git.png" alt="Github logo"> github.com/fffiloni</a></th>
|
31 |
+
</tr>
|
32 |
+
<tr>
|
33 |
+
<th><a href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
|
34 |
+
<th><a href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_x.png" alt="X logo"> @fffiloni</a></th>
|
35 |
+
<th><a href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_git.png" alt="Github logo"> github.com/fffiloni</a></th>
|
36 |
+
</tr>
|
37 |
+
<tr>
|
38 |
+
<th><a href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
|
39 |
+
<th><a href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_x.png" alt="X logo"> @fffiloni</a></th>
|
40 |
+
<th><a href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_git.png" alt="Github logo"> github.com/fffiloni</a></th>
|
41 |
+
</tr>
|
42 |
+
</table>
|
43 |
+
<!--<ul>
|
44 |
<li>
|
45 |
<div>
|
46 |
<div>
|
47 |
<p>
|
48 |
+
<a href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/ico_hf.png" alt="HuggingFace logo"> fffiloni</a>
|
49 |
<span class="mx-2">|</span>
|
50 |
+
<a href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_x.png" alt="X logo"> @fffiloni</a>
|
51 |
<span class="mx-2">|</span>
|
52 |
+
<a href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/ico_git.png" alt="Github logo"> github.com/fffiloni</a>
|
53 |
</p>
|
54 |
</div>
|
55 |
</div>
|
|
|
67 |
</div>
|
68 |
</li>
|
69 |
<!-- Add more user entries for Tab 1 here -->
|
70 |
+
</ul>-->
|
71 |
</section>
|
72 |
<section class="tab-content">
|
73 |
<h2>Leaderboard</h2>
|