Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Top GGUF Authors on Hugging Face</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<script> | |
tailwind.config = { | |
theme: { | |
extend: { | |
fontFamily: { | |
alphalyrae: ["AlphaLyrae", "sans-serif"], | |
}, | |
}, | |
}, | |
}; | |
</script> | |
<style> | |
@font-face { | |
font-family: "AlphaLyrae"; | |
src: url("./AlphaLyrae-Medium.woff") format("woff"); | |
font-weight: normal; | |
font-style: normal; | |
font-display: swap; | |
} | |
</style> | |
</head> | |
<body class="flex min-h-screen items-center justify-center bg-orange-200"> | |
<div class="w-full max-w-6xl overflow-hidden rounded-2xl shadow-2xl"> | |
<header | |
class="px-3 py-4 bg-orange-100 text-center sm:px-4 sm:py-6 sm:text-left" | |
> | |
<h1 class="font-alphalyrae text-3xl sm:text-4xl md:text-5xl font-extrabold text-gray-800 mb-2 sm:mb-3"> | |
GGUF Goats | |
</h1> | |
<p class="font-alphalyrae text-lg text-gray-600 sm:text-xl md:text-2xl"> | |
Top authors with most downloads each month | |
</p> | |
</header> | |
<iframe | |
src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/sql-console/Bplydyx" | |
frameborder="0" | |
width="100%" | |
height="560px" | |
></iframe> | |
</div> | |
</div> | |
</body> | |
</html> | |