Spaces:
Running
Running
Commit
β’
e39cb3e
1
Parent(s):
25fe710
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title>GGUF
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
</head>
|
9 |
<body class="bg-gray-100 flex justify-center items-center min-h-screen p-4">
|
10 |
<div class="max-w-4xl w-full bg-white rounded-lg shadow-md overflow-hidden">
|
11 |
-
<h1 class="text-2xl font-bold text-center py-4 bg-gray-800 text-white">GGUF
|
12 |
<div class="p-4">
|
13 |
<iframe
|
14 |
src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/viewer/default/train?sql_console=true&sql=SELECT+%0A++author%2C+%0A++sum%28likes%29+as+total_likes%2C+%0A++sum%28downloads%29+as+total_downloads_each_month%2C%0A++bar%28total_likes%2C+0%2C+20000%29+as+likes%2C%0Afrom+train%0Agroup+by+author%0Aorder+by+total_likes+desc%0Alimit+500"
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>Top GGUF Authors on Hugging Face</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
</head>
|
9 |
<body class="bg-gray-100 flex justify-center items-center min-h-screen p-4">
|
10 |
<div class="max-w-4xl w-full bg-white rounded-lg shadow-md overflow-hidden">
|
11 |
+
<h1 class="text-2xl font-bold text-center py-4 bg-gray-800 text-white">GGUF π List</h1>
|
12 |
<div class="p-4">
|
13 |
<iframe
|
14 |
src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/viewer/default/train?sql_console=true&sql=SELECT+%0A++author%2C+%0A++sum%28likes%29+as+total_likes%2C+%0A++sum%28downloads%29+as+total_downloads_each_month%2C%0A++bar%28total_likes%2C+0%2C+20000%29+as+likes%2C%0Afrom+train%0Agroup+by+author%0Aorder+by+total_likes+desc%0Alimit+500"
|