davanstrien HF Staff commited on
Commit
6e8e38e
·
1 Parent(s): f1b259e
Files changed (1) hide show
  1. 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>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
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>