cfahlgren1 HF staff commited on
Commit
7512661
β€’
1 Parent(s): 4456c03

update link

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +13 -1
src/pages/index.tsx CHANGED
@@ -128,7 +128,19 @@ export default function OpenSourceHeatmap() {
128
  return (
129
  <div className="w-full max-w-screen-lg mx-auto p-4">
130
  <h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap πŸ€—</h1>
131
- <p className="text-center text-sm mb-8">The top AI labs and model releases. Request more heatmaps by [opening a discussion](https://huggingface.co/spaces/cfahlgren1/model-release-heatmap/discussions/new).</p>
 
 
 
 
 
 
 
 
 
 
 
 
132
  {isLoading ? (
133
  <p className="text-center">Loading...</p>
134
  ) : (
 
128
  return (
129
  <div className="w-full max-w-screen-lg mx-auto p-4">
130
  <h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2">Hugging Face Heatmap πŸ€—</h1>
131
+ <p className="text-center text-sm mb-8">
132
+ The top AI labs and model releases. <br />
133
+ Request more heatmaps by{' '}
134
+ <a
135
+ href="https://huggingface.co/spaces/cfahlgren1/model-release-heatmap/discussions/new"
136
+ target="_blank"
137
+ rel="noopener noreferrer"
138
+ className="text-blue-500 hover:underline"
139
+ >
140
+ opening a discussion
141
+ </a>
142
+ .
143
+ </p>
144
  {isLoading ? (
145
  <p className="text-center">Loading...</p>
146
  ) : (