Spaces:
Running
Running
Commit
·
6dade58
1
Parent(s):
7534dba
update github url
Browse files- src/App.tsx +1 -1
src/App.tsx
CHANGED
@@ -46,7 +46,7 @@ export default function Home() {
|
|
46 |
<h1 className="text-3xl font-bold mb-6">WikiRacing Language Models</h1>
|
47 |
<div className="flex items-center gap-4">
|
48 |
<a
|
49 |
-
href="https://github.com/
|
50 |
target="_blank"
|
51 |
rel="noopener noreferrer"
|
52 |
className="text-gray-700 hover:text-gray-900"
|
|
|
46 |
<h1 className="text-3xl font-bold mb-6">WikiRacing Language Models</h1>
|
47 |
<div className="flex items-center gap-4">
|
48 |
<a
|
49 |
+
href="https://github.com/huggingface/wikirace-llms"
|
50 |
target="_blank"
|
51 |
rel="noopener noreferrer"
|
52 |
className="text-gray-700 hover:text-gray-900"
|