{% extends "base_visualize.html" %} {% set active_page = 'rollingwindow' %} {% block head %} {% endblock %} {% block title %}visualizer{% endblock %} {% block options %} Rolling Window Options
Select Active File: {% for fileID, fileLabel in labels.items() %}
{{fileLabel}}
{% endfor %}
Type of Count:
Unit of Window: Cannot use a window of letters when analyzing a word!
Unit of Token:
Enter Values:
{% endblock %} {% block results %} {% if session['rwadatagenerated'] %}
{{graphTitle}}
SVG (Chrome)
SVG (other browsers)

{% endif %} {% endblock %} {% block submit %} No file selected from actives. Empty fields. {% endblock %}