Spaces:
Running
Running
Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
@@ -125,7 +125,7 @@ export default function OpenSourceHeatmap() {
|
|
125 |
return (
|
126 |
<div className="w-full max-w-screen-lg mx-auto p-4">
|
127 |
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap 🤗</h1>
|
128 |
-
<p className="text-center text-sm mb-8">
|
129 |
{isLoading ? (
|
130 |
<p className="text-center">Loading...</p>
|
131 |
) : (
|
|
|
125 |
return (
|
126 |
<div className="w-full max-w-screen-lg mx-auto p-4">
|
127 |
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap 🤗</h1>
|
128 |
+
<p className="text-center text-sm mb-8">Heatmaps of new spaces created by some of the most active creators.</p>
|
129 |
{isLoading ? (
|
130 |
<p className="text-center">Loading...</p>
|
131 |
) : (
|