Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
placeholder models
Browse files
src/lib/components/models/autocomplete/Autocomplete.svelte
CHANGED
@@ -65,7 +65,7 @@
|
|
65 |
value={search}
|
66 |
type="text"
|
67 |
class="w-full bg-transparent text-neutral-200 placeholder:text-neutral-500 outline-none"
|
68 |
-
placeholder="
|
69 |
on:focus={() => open = true}
|
70 |
on:input={handleSearch}
|
71 |
/>
|
|
|
65 |
value={search}
|
66 |
type="text"
|
67 |
class="w-full bg-transparent text-neutral-200 placeholder:text-neutral-500 outline-none"
|
68 |
+
placeholder="Filter by model name "
|
69 |
on:focus={() => open = true}
|
70 |
on:input={handleSearch}
|
71 |
/>
|