mvaloatto commited on
Commit
44bfb03
·
verified ·
1 Parent(s): 31673b1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -14,11 +14,11 @@
14
  <main>
15
  <div class="tabs">
16
  <input type="radio" name="tabs" id="tab1" checked>
17
- <label for="tab1">Tab 1</label>
18
  <input type="radio" name="tabs" id="tab2">
19
- <label for="tab2">Tab 2</label>
20
  <input type="radio" name="tabs" id="tab3">
21
- <label for="tab3">Tab 3</label>
22
  </div>
23
  <section class="tab-content active">
24
  <h2>Leaderboard</h2>
@@ -26,21 +26,21 @@
26
  <tr>
27
  <th>1</th>
28
  <th><a class="user" href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
29
- <th><img src="/img/ico_spaces.png" alt="Followers"> 1324 likes</th>
30
  <th><a class="link" href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_x.png" alt="X logo"> fffiloni</a></th>
31
  <th><a class="link" href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_git.png" alt="Github logo"> fffiloni</a></th>
32
  </tr>
33
  <tr>
34
  <th>2</th>
35
  <th><a class="user" href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
36
- <th><img src="/img/ico_spaces.png" alt="Followers"> 1067 likes</th>
37
  <th><a class="link" href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_x.png" alt="X logo"> fffiloni</a></th>
38
  <th><a class="link" href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_git.png" alt="Github logo"> fffiloni</a></th>
39
  </tr>
40
  <tr>
41
  <th>3</th>
42
  <th><a class="user" href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
43
- <th><img src="/img/ico_spaces.png" alt="Followers"> 925 likes</th>
44
  <th><a class="link" href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_x.png" alt="X logo"> fffiloni</a></th>
45
  <th><a class="link" href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_git.png" alt="Github logo"> fffiloni</a></th>
46
  </tr>
 
14
  <main>
15
  <div class="tabs">
16
  <input type="radio" name="tabs" id="tab1" checked>
17
+ <label for="tab1"><img src="/img/ico_spaces.png" alt="Spaces"> Top Spaces Contibutors</label>
18
  <input type="radio" name="tabs" id="tab2">
19
+ <label for="tab2"><img src="/img/ico_spaces.png" alt="Spaces"> Top Models Contibutors</label>
20
  <input type="radio" name="tabs" id="tab3">
21
+ <label for="tab3"><img src="/img/ico_spaces.png" alt="Spaces"> Top Datasets Contibutors</label>
22
  </div>
23
  <section class="tab-content active">
24
  <h2>Leaderboard</h2>
 
26
  <tr>
27
  <th>1</th>
28
  <th><a class="user" href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
29
+ <th><img src="/img/ico_spaces.png" alt="Spaces"> 1324 likes</th>
30
  <th><a class="link" href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_x.png" alt="X logo"> fffiloni</a></th>
31
  <th><a class="link" href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_git.png" alt="Github logo"> fffiloni</a></th>
32
  </tr>
33
  <tr>
34
  <th>2</th>
35
  <th><a class="user" href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
36
+ <th><img src="/img/ico_spaces.png" alt="Spaces"> 1067 likes</th>
37
  <th><a class="link" href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_x.png" alt="X logo"> fffiloni</a></th>
38
  <th><a class="link" href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_git.png" alt="Github logo"> fffiloni</a></th>
39
  </tr>
40
  <tr>
41
  <th>3</th>
42
  <th><a class="user" href="https://www.huggingface.co/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
43
+ <th><img src="/img/ico_spaces.png" alt="Spaces"> 925 likes</th>
44
  <th><a class="link" href="https://www.twitter.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_x.png" alt="X logo"> fffiloni</a></th>
45
  <th><a class="link" href="https://www.github.com/fffiloni" target=”_blank” rel="noopener"><img src="/img/ico_git.png" alt="Github logo"> fffiloni</a></th>
46
  </tr>