Skip to content

Commit 345bf67

Browse files
Mishig Davaadorjgary149
andauthored
Make widgetinputsamples wider & rounded (#445)
* Make widgetinputsamples wider & rounded * larger examples select Co-authored-by: Victor Muštar <[email protected]>
1 parent b8cae31 commit 345bf67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

widgets/src/lib/InferenceWidget/shared/WidgetInputSamples/WidgetInputSamples.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- svelte-ignore a11y-no-onchange -->
1313
<select
14-
class="border-none text-sm w-28 truncate dark:bg-gray-950"
14+
class="text-sm py-1 w-32 lg:w-44 border border-gray-100 truncate dark:bg-gray-950 rounded"
1515
on:change={onChange}
1616
>
1717
<option selected disabled>Examples</option>

widgets/src/routes/index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
],
133133
},
134134
{
135-
id: "google/t5-small-ssm-nq",
135+
id: "bigscience/T0pp",
136136
pipeline_tag: "text2text-generation",
137137
},
138138
{

0 commit comments

Comments
 (0)