{% extends "nopaque.html.j2" %} {% block page_content %}

Fill out the following form to upload and view Results and Sub Results exported from the Corpus analsis Tool.

arrow_backBack to dashboard
{{ import_results_form.hidden_tag() }}
{{ M.render_field(import_results_form.file, accept='.json', placeholder='Choose your .json file') }}
{{ M.render_field(import_results_form.submit, material_icon='send') }}
{% endblock %}