Xianbao QIAN
commited on
Commit
•
adf1e15
1
Parent(s):
43afbff
add some info
Browse files- README.md +1 -1
- src/pages/index.tsx +2 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🔥
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
|
|
1 |
---
|
2 |
+
title: Chinese Open Source Heatmap
|
3 |
emoji: 🔥
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
src/pages/index.tsx
CHANGED
@@ -112,8 +112,9 @@ export default function Home() {
|
|
112 |
|
113 |
return (
|
114 |
<main className={`flex flex-col items-center justify-center min-h-screen mx-auto p-24 ${inter.className}`}>
|
115 |
-
<h1 className="text-5xl font-bold text-center">Open Source Heatmap</h1>
|
116 |
<p className="text-center mt-2 text-sm">A heatmap for open source model releases.</p>
|
|
|
117 |
<div className="mt-16">
|
118 |
{isLoading ? (
|
119 |
<p>Loading...</p>
|
|
|
112 |
|
113 |
return (
|
114 |
<main className={`flex flex-col items-center justify-center min-h-screen mx-auto p-24 ${inter.className}`}>
|
115 |
+
<h1 className="text-5xl font-bold text-center">Chinese AI Community: Open Source Heatmap</h1>
|
116 |
<p className="text-center mt-2 text-sm">A heatmap for open source model releases.</p>
|
117 |
+
<p className="text-center mt-2 text-sm">Huge thanks to Caleb for the excellent original work. <a href="https://huggingface.co/spaces/cfahlgren1/model-release-heatmap" target="_blank">Link</a> to the original repo</p>
|
118 |
<div className="mt-16">
|
119 |
{isLoading ? (
|
120 |
<p>Loading...</p>
|