Nymbo commited on
Commit
c6e9ad4
1 Parent(s): eb494a1

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. 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">The top AI labs and model releases.</p>
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
  ) : (