{% extends "base_analyze.html" %} {% set active_page = 'similarity' %} {% block head %} {% endblock %} {% block title %}analyzer{% endblock %} {% block options %}
Select Comparison Document:
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
{#
#} {# #} {#
#} {% endblock %} {% block results %}

{% if (similaritiesgenerated) and docsListScore != 'Error'%} Similarity Rankings:

Rank Document Cosine Similarity
{% elif docsListScore == 'Error' %}
Error: {{ docsListName }}
{% endif %}
{% endblock %} {% block submit %} {% endblock %}