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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +1 -1
src/pages/index.tsx CHANGED
@@ -113,7 +113,7 @@ export default function Home() {
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>
 
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" target="_blank">Link</a> to the original repo</p>
117
  <div className="mt-16">
118
  {isLoading ? (
119
  <p>Loading...</p>