Commit
·
c9c6ae2
1
Parent(s):
db1ee1f
update h1
Browse files- src/pages/index.tsx +2 -2
src/pages/index.tsx
CHANGED
|
@@ -114,8 +114,8 @@ export default function OpenSourceHeatmap() {
|
|
| 114 |
|
| 115 |
return (
|
| 116 |
<div className="w-full max-w-screen-lg mx-auto p-4">
|
| 117 |
-
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">
|
| 118 |
-
<p className="text-center text-sm mb-8">
|
| 119 |
{isLoading ? (
|
| 120 |
<p className="text-center">Loading...</p>
|
| 121 |
) : (
|
|
|
|
| 114 |
|
| 115 |
return (
|
| 116 |
<div className="w-full max-w-screen-lg mx-auto p-4">
|
| 117 |
+
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap 🤗</h1>
|
| 118 |
+
<p className="text-center text-sm mb-8">The top AI labs and model releases.</p>
|
| 119 |
{isLoading ? (
|
| 120 |
<p className="text-center">Loading...</p>
|
| 121 |
) : (
|