Spaces:
Running
Running
url
Browse files
src/components/tabs/tabs.tsx
CHANGED
|
@@ -14,7 +14,7 @@ function Tabs({ children }: { children?: React.ReactNode }) {
|
|
| 14 |
</div>
|
| 15 |
<div className="flex items-center justify-end gap-3">
|
| 16 |
<a
|
| 17 |
-
href="https://huggingface.co/
|
| 18 |
target="_blank"
|
| 19 |
className="text-[12px] text-gray-300 hover:brightness-120 flex items-center gap-1 font-code"
|
| 20 |
>
|
|
|
|
| 14 |
</div>
|
| 15 |
<div className="flex items-center justify-end gap-3">
|
| 16 |
<a
|
| 17 |
+
href="https://huggingface.co/Qwen/Qwen3-235B-A22B"
|
| 18 |
target="_blank"
|
| 19 |
className="text-[12px] text-gray-300 hover:brightness-120 flex items-center gap-1 font-code"
|
| 20 |
>
|