Make copy code smaller
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundCodeSnippets.svelte
CHANGED
@@ -253,7 +253,7 @@ print(output.choices[0].message)`
|
|
253 |
<div class="flex items-center justify-between px-4 pb-4 pt-6">
|
254 |
<h2 class="font-semibold">{label}</h2>
|
255 |
<button
|
256 |
-
class="flex items-center gap-x-1.5 rounded-md bg-gray-200 px-1.5 py-0.5 transition dark:bg-gray-950"
|
257 |
on:click={(e) => {
|
258 |
const el = e.currentTarget;
|
259 |
el.classList.add('text-green-500');
|
|
|
253 |
<div class="flex items-center justify-between px-4 pb-4 pt-6">
|
254 |
<h2 class="font-semibold">{label}</h2>
|
255 |
<button
|
256 |
+
class="flex items-center gap-x-1.5 rounded-md bg-gray-200 px-1.5 py-0.5 transition dark:bg-gray-950 text-sm"
|
257 |
on:click={(e) => {
|
258 |
const el = e.currentTarget;
|
259 |
el.classList.add('text-green-500');
|