add call to action to request more heatmaps by opening discussions
#8
by
clem
HF staff
- opened
- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
@@ -128,7 +128,7 @@ export default function OpenSourceHeatmap() {
|
|
128 |
return (
|
129 |
<div className="w-full max-w-screen-lg mx-auto p-4">
|
130 |
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap π€</h1>
|
131 |
-
<p className="text-center text-sm mb-8">The top AI labs and model releases.</p>
|
132 |
{isLoading ? (
|
133 |
<p className="text-center">Loading...</p>
|
134 |
) : (
|
|
|
128 |
return (
|
129 |
<div className="w-full max-w-screen-lg mx-auto p-4">
|
130 |
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap π€</h1>
|
131 |
+
<p className="text-center text-sm mb-8">The top AI labs and model releases. Request more heatmaps by [opening a discussion](https://huggingface.co/spaces/cfahlgren1/model-release-heatmap/discussions/new).</p>
|
132 |
{isLoading ? (
|
133 |
<p className="text-center">Loading...</p>
|
134 |
) : (
|