enzostvs HF staff commited on
Commit
1bc7bbb
β€’
1 Parent(s): 1a86efe

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="Search a model"
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
  />