Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
<style>
|
8 |
:root {
|
9 |
--primary-color: #4a4a4a;
|
@@ -82,7 +82,7 @@
|
|
82 |
<body>
|
83 |
<header>
|
84 |
<h1>Bunka Network Graph - Mapping the top 500 HF users</h1>
|
85 |
-
<p class="subtitle">Two users are closer if they are followed by the same people
|
86 |
</header>
|
87 |
|
88 |
<div class="graph-container">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Hugging Face Network by Bunka - Mapping the top 500 HF users</title>
|
7 |
<style>
|
8 |
:root {
|
9 |
--primary-color: #4a4a4a;
|
|
|
82 |
<body>
|
83 |
<header>
|
84 |
<h1>Bunka Network Graph - Mapping the top 500 HF users</h1>
|
85 |
+
<p class="subtitle">Two users are closer if they are followed by the same people.</p>
|
86 |
</header>
|
87 |
|
88 |
<div class="graph-container">
|