Spaces:
Running
Running
Commit
·
6e8e38e
1
Parent(s):
f1b259e
add index
Browse files- index.html +11 -6
index.html
CHANGED
@@ -5,15 +5,20 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
-
<h1
|
12 |
-
<p>
|
13 |
-
<
|
14 |
-
|
15 |
-
<a href="https://huggingface.co/
|
16 |
-
</
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<style>
|
9 |
+
.center {
|
10 |
+
text-align: center;
|
11 |
+
}
|
12 |
+
</style>
|
13 |
</head>
|
14 |
<body>
|
15 |
<div class="card">
|
16 |
+
<h1 class="center">🤗 Hub analysis notebooks 🤗</h1>
|
17 |
+
<p class="center">This Space is used to collect notebooks which analyse metadata on the Hugging Face Hub in various ways.</p>
|
18 |
+
<h2>Current notebooks</h2>
|
19 |
+
<ul>
|
20 |
+
<li><a href=""https://huggingface.co/spaces/librarian-bots/hub-metadata-analysis/blob/main/dataset_language_detection.ipynb>Dataset Language Analysis</a></li>
|
21 |
+
</ul>
|
22 |
</div>
|
23 |
</body>
|
24 |
</html>
|