Spaces:
Running
Running
Commit
·
32bfa44
1
Parent(s):
0a07576
layout
Browse files- index.html +20 -21
index.html
CHANGED
@@ -1,24 +1,23 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
</body>
|
24 |
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
+
<body>
|
4 |
+
<div class="card">
|
5 |
+
<h1 class="center" style="text-align: center">
|
6 |
+
🤗 Hub analysis notebooks 🤗
|
7 |
+
</h1>
|
8 |
+
<p class="center">
|
9 |
+
This Space is used to collect notebooks which assess metadata on the
|
10 |
+
Hugging Face Hub in various ways.
|
11 |
+
</p>
|
12 |
+
<h2>Current notebooks</h2>
|
13 |
+
<ul>
|
14 |
+
<li>
|
15 |
+
<a
|
16 |
+
href="https://huggingface.co/spaces/librarian-bots/hub-metadata-analysis/blob/main/dataset_language_detection.ipynb"
|
17 |
+
>Dataset Language Analysis</a
|
18 |
+
>
|
19 |
+
</li>
|
20 |
+
</ul>
|
21 |
+
</div>
|
22 |
+
</body>
|
|
|
23 |
</html>
|