davanstrien HF Staff commited on
Commit
32bfa44
·
1 Parent(s): 0a07576
Files changed (1) hide show
  1. index.html +20 -21
index.html CHANGED
@@ -1,24 +1,23 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
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>
 
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>