{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Run Base

{{ links.actions.run }}

{% for argtype,values in args.items() %}
{% if loop.index == 1 %}
{% else %}
{% endif %}
{% for value in values %}

{{ value }}: .{{ links.actions.run }} --{{ value }}



{% endfor %}
{% endfor %}
{% for key,value in labels.items() %} {% endfor %}
Similarity Score Method
Label Value
{{ key }} {{ value }}
{% endblock %} {% block scripts %} {% endblock %}