xianbao HF staff commited on
Commit
727c4e7
1 Parent(s): 5728fdf

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. src/pages/index.tsx +2 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Model Release Heatmap
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
@@ -111,8 +111,9 @@ export default function Home() {
111
 
112
  return (
113
  <main className={`flex flex-col items-center justify-center min-h-screen mx-auto p-24 ${inter.className}`}>
114
- <h1 className="text-5xl font-bold text-center">Open Source Heatmap</h1>
115
  <p className="text-center mt-2 text-sm">A heatmap for open source model releases.</p>
 
116
  <div className="mt-16">
117
  {isLoading ? (
118
  <p>Loading...</p>
 
111
 
112
  return (
113
  <main className={`flex flex-col items-center justify-center min-h-screen mx-auto p-24 ${inter.className}`}>
114
+ <h1 className="text-5xl font-bold text-center">Chinese AI Community: Open Source Heatmap</h1>
115
  <p className="text-center mt-2 text-sm">A heatmap for open source model releases.</p>
116
+ <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">Link</a> to the original repo</p>
117
  <div className="mt-16">
118
  {isLoading ? (
119
  <p>Loading...</p>