Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -7
index.html
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<header>
|
11 |
-
<h1>
|
12 |
-
<p>
|
13 |
</header>
|
14 |
<main>
|
15 |
<div class="tabs">
|
@@ -23,7 +23,7 @@
|
|
23 |
<label for="tab4"> <img src="/img/ico_hf.png" alt="X logo"> Profile Followers</label>
|
24 |
</div>
|
25 |
<section class="tab-content active">
|
26 |
-
<h3>Note: Leaderboard of contributors with the most accumulated Models downloads ⬇
|
27 |
<table>
|
28 |
<tr>
|
29 |
<th>1</th>
|
@@ -48,7 +48,7 @@
|
|
48 |
</table>
|
49 |
</section>
|
50 |
<section class="tab-content">
|
51 |
-
<h3>Note: Leaderboard of contributors with the most accumulated Datasets downloads ⬇
|
52 |
<table>
|
53 |
<tr>
|
54 |
<th>1</th>
|
@@ -73,7 +73,7 @@
|
|
73 |
</table>
|
74 |
</section>
|
75 |
<section class="tab-content">
|
76 |
-
<h3>Note: Leaderboard of contributors with the most accumulated Spaces likes ♥
|
77 |
<table>
|
78 |
<tr>
|
79 |
<th>1</th>
|
@@ -98,7 +98,7 @@
|
|
98 |
</table>
|
99 |
</section>
|
100 |
<section class="tab-content">
|
101 |
-
<h3>Note: Leaderboard of Hugging Face users with the most Followers ᯤ
|
102 |
<table>
|
103 |
<tr>
|
104 |
<th>1</th>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Top Users You Can Follow on X</title>
|
7 |
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<header>
|
11 |
+
<h1>Top Users You Can Follow on X</h1>
|
12 |
+
<p>Connect with the most active contributors in our community</p>
|
13 |
</header>
|
14 |
<main>
|
15 |
<div class="tabs">
|
|
|
23 |
<label for="tab4"> <img src="/img/ico_hf.png" alt="X logo"> Profile Followers</label>
|
24 |
</div>
|
25 |
<section class="tab-content active">
|
26 |
+
<h3>Note: Leaderboard of contributors with the most accumulated Models downloads ⬇ / Showing only users (no orgs) with X accounts.</h3>
|
27 |
<table>
|
28 |
<tr>
|
29 |
<th>1</th>
|
|
|
48 |
</table>
|
49 |
</section>
|
50 |
<section class="tab-content">
|
51 |
+
<h3>Note: Leaderboard of contributors with the most accumulated Datasets downloads ⬇ / Showing only users (no orgs) with X accounts.</h3>
|
52 |
<table>
|
53 |
<tr>
|
54 |
<th>1</th>
|
|
|
73 |
</table>
|
74 |
</section>
|
75 |
<section class="tab-content">
|
76 |
+
<h3>Note: Leaderboard of contributors with the most accumulated Spaces likes ♥ / Showing only users (no orgs) with X accounts.</h3>
|
77 |
<table>
|
78 |
<tr>
|
79 |
<th>1</th>
|
|
|
98 |
</table>
|
99 |
</section>
|
100 |
<section class="tab-content">
|
101 |
+
<h3>Note: Leaderboard of Hugging Face users with the most Followers ᯤ / Showing only users (no orgs) with X accounts.</h3>
|
102 |
<table>
|
103 |
<tr>
|
104 |
<th>1</th>
|