icon
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -323,10 +323,10 @@
|
|
323 |
target="_blank"
|
324 |
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:hover:text-gray-400"
|
325 |
>
|
326 |
-
Model page
|
327 |
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
328 |
><path fill="currentColor" d="M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6H10z" /></svg
|
329 |
>
|
|
|
330 |
</a>
|
331 |
</div>
|
332 |
</div>
|
|
|
323 |
target="_blank"
|
324 |
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:hover:text-gray-400"
|
325 |
>
|
|
|
326 |
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
327 |
><path fill="currentColor" d="M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6H10z" /></svg
|
328 |
>
|
329 |
+
Model page
|
330 |
</a>
|
331 |
</div>
|
332 |
</div>
|