multi-label / layouts /task_layout.html
davidjurgens's picture
Deploy Potato demo: Potato — Multi-Label Classification
cfef78f verified
Raw
History Blame Contribute Delete
4.2 kB
<!-- CONFIG_HASH: 2e09b84444e6619583a84147a245fc15_d60e3635bf30b4573c39806cca4ec8a7 -->
<!-- Generated annotation layout file -->
<!-- This file was automatically generated based on the annotation schemes in your config -->
<!-- You can customize this file to modify the layout of your annotation interface -->
<!-- Changes to this file will be preserved across server restarts -->
<div class="annotation_schema">
<form id="favorite_color" class="annotation-form multiselect shadcn-multiselect-container" action="javascript:void(0)" data-annotation-id="0" data-annotation-type="multiselect" data-schema-name="favorite_color" data-grid-columns="1">
<div class="ai-help none"><div class="tooltip"></div></div>
<fieldset schema="favorite_color">
<legend class="shadcn-multiselect-title">What colors are mentioned in the text?</legend>
<div class="shadcn-multiselect-grid" style="grid-template-columns: repeat(1, 1fr);">
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_blue_checkbox"
name="favorite_color:::blue"
value="blue"
label_name="blue"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="1">
<label for="favorite_color_blue_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
Blue <span class="keybinding-badge shadcn-multiselect-key">1</span>
</label>
</div>
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_maize_checkbox"
name="favorite_color:::maize"
value="maize"
label_name="maize"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="2">
<label for="favorite_color_maize_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
Maize <span class="keybinding-badge shadcn-multiselect-key">2</span>
</label>
</div>
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_green_checkbox"
name="favorite_color:::green"
value="green"
label_name="green"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="3">
<label for="favorite_color_green_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
Green <span class="keybinding-badge shadcn-multiselect-key">3</span>
</label>
</div>
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_white_checkbox"
name="favorite_color:::white"
value="white"
label_name="white"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="4">
<label for="favorite_color_white_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
White <span class="keybinding-badge shadcn-multiselect-key">4</span>
</label>
</div>
</div></fieldset></form>
</div>