{% extends "base_visualize.html" %} {% set active_page = 'viz' %} {% block head %} {% endblock %} {% block title %}visualizer{% endblock %} {% block options %} {% if loading=='loading' %}
Loading...
{% endif %} BubbleViz Options
Large graphs can take a while to render.
{% endblock %} {% block results %} {% if words == "" %}

Please select the segments for the graph.

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