tweak
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -433,9 +433,9 @@
|
|
433 |
>
|
434 |
<div class="flex flex-col gap-2">
|
435 |
<ModelSelector {models} bind:conversation={session.conversations[0]} />
|
436 |
-
<div class="flex items-center
|
437 |
<button
|
438 |
-
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:hover:text-gray-
|
439 |
on:click={() => (selectCompareModelOpen = true)}
|
440 |
>
|
441 |
<IconCompare />
|
@@ -444,7 +444,7 @@
|
|
444 |
<a
|
445 |
href="https://huggingface.co/{session.conversations[0].model.id}"
|
446 |
target="_blank"
|
447 |
-
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:hover:text-gray-
|
448 |
>
|
449 |
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
450 |
><path fill="currentColor" d="M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6H10z" /></svg
|
|
|
433 |
>
|
434 |
<div class="flex flex-col gap-2">
|
435 |
<ModelSelector {models} bind:conversation={session.conversations[0]} />
|
436 |
+
<div class="flex items-center gap-2 self-end whitespace-nowrap px-2 text-xs">
|
437 |
<button
|
438 |
+
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300"
|
439 |
on:click={() => (selectCompareModelOpen = true)}
|
440 |
>
|
441 |
<IconCompare />
|
|
|
444 |
<a
|
445 |
href="https://huggingface.co/{session.conversations[0].model.id}"
|
446 |
target="_blank"
|
447 |
+
class="flex items-center gap-0.5 text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300"
|
448 |
>
|
449 |
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
450 |
><path fill="currentColor" d="M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6H10z" /></svg
|