Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>GGUF Authors</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
</head> | |
<body class="bg-gray-100 flex justify-center items-center min-h-screen p-4"> | |
<div class="max-w-4xl w-full bg-white rounded-lg shadow-md overflow-hidden"> | |
<h1 class="text-2xl font-bold text-center py-4 bg-blue-600 text-white">GGUF Authors</h1> | |
<div class="p-4"> | |
<iframe | |
src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/viewer/default/train?sql_console=true&sql=from+histogram%28%0A++train%2C%0A++author%0A%29" | |
frameborder="0" | |
width="100%" | |
height="750px" | |
class="w-full" | |
></iframe> | |
</div> | |
</div> | |
</body> | |
</html> |