{% extends 'base.html' %} {% block body %}
{% include 'includes/setup_help.html' %}

Labeling Config


{% if input_values %}
{% for key in input_values %} {{key}} {% endfor %}
{% endif %}

Interface Preview

...

Input Task Preview

...

Output Result Preview

...

Saving label config ...
{% with template_mode="codes" %} {% include 'includes/setup_templates.html' %} {% endwith %}
{% endblock %}