{% extends "base_visualize.html" %} {% set active_page = 'viz' %} {% block head %} {% endblock %} {% block title %}visualizer{% endblock %} {% block options %}
Loading...
BubbleViz Options
Select a Document {% if labels|len > 0 %}
{%- endif %}
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
Filtering Options

{% endblock %} {% block results %} {% if words == "" %}

Please select the segments for the graph.

{% else %}
{% endif %} {% endblock %} {% block submit %} Get Graph {% endblock %}