-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathimage-categories-web.htm
More file actions
29 lines (28 loc) · 1.12 KB
/
image-categories-web.htm
File metadata and controls
29 lines (28 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<json-data
url="https://www.dataformsjs.com/data/ai-ml/categories/resnet50"
load-only-once>
<is-loading template-selector="#loading-screen"></is-loading>
<has-error template-selector="#error-screen"></has-error>
<is-loaded>
<section>
<div>
<input
is="input-filter"
type="text"
filter-selector=".image-categories li"
filter-results-selector="h1"
filter-results-text-all="{totalCount} Image Categories"
filter-results-text-filtered="Showing {displayCount} of {totalCount} Image Categories"
placeholder="Enter filter, example [dog] or [cat]"
data-i18n-attr="filter-results-text-all, filter-results-text-filtered, placeholder">
</div>
<div class="content">
<h1></h1>
<data-list
data-bind="categories"
root-class="image-categories">
</data-list>
</div>
</section>
</is-loaded>
</json-data>