{% extends "base_visualize.html" %} {% set active_page = 'multicloud' %} {% block head %} {% if config['LOCAL_MODE'] == True %} {% else %} {% endif %} {% endblock %} {% block title %}Multicloud{% endblock %} {% block options %} {#
#} {#
#} {# Multicloud Options#} {#
#} {#
#}
Select Document(s) {% if labels|len > 0 %} {%- endif %}
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
Upload a MALLET Topic File
Upload File
{% endblock %} {% block results %}
{% endblock %} {% block submit %}

{% endblock %}