Skip to content

Commit 925e17d

Browse files
committed
change name
1 parent 924e063 commit 925e17d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/(dashboard)/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ export default function HomePage() {
572572
</div>
573573

574574
<div className="text-xl font-bold">
575-
<span className="text-orange-600">ICML 2025 Oral (1.0% of all submissions)</span>
575+
<span className="text-orange-600">ICML 2025 Outstanding Paper</span>
576576
</div>
577577
</div>
578578
</div>
@@ -593,15 +593,15 @@ export default function HomePage() {
593593
</p>
594594
<div className="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
595595
<a
596-
href="https://huggingface.co/spaces/collabllm/CollabLLM-Llama-3.1-8B-Instruct"
596+
href="https://huggingface.co/collabllm"
597597
target="_blank"
598598
>
599599
<Button
600600
size="lg"
601601
variant="outline"
602602
className="text-lg rounded-full"
603603
>
604-
Chat with CollabLLM (to be enabled)
604+
Try CollabLLM Models
605605
<ArrowRight className="ml-2 h-5 w-5" />
606606
</Button>
607607
</a>

0 commit comments

Comments
 (0)