We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cae31 commit 345bf67Copy full SHA for 345bf67
widgets/src/lib/InferenceWidget/shared/WidgetInputSamples/WidgetInputSamples.svelte
@@ -11,7 +11,7 @@
11
12
<!-- svelte-ignore a11y-no-onchange -->
13
<select
14
- class="border-none text-sm w-28 truncate dark:bg-gray-950"
+ class="text-sm py-1 w-32 lg:w-44 border border-gray-100 truncate dark:bg-gray-950 rounded"
15
on:change={onChange}
16
>
17
<option selected disabled>Examples</option>
widgets/src/routes/index.svelte
@@ -132,7 +132,7 @@
132
],
133
},
134
{
135
- id: "google/t5-small-ssm-nq",
+ id: "bigscience/T0pp",
136
pipeline_tag: "text2text-generation",
137
138
0 commit comments