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

Fill out the following form to upload and view your exported query data from the corpus analsis.

arrow_backBack to dashboard
{{ add_query_result_form.hidden_tag() }}
{{ M.render_field(add_query_result_form.title, data_length='32', material_icon='title') }}
{{ M.render_field(add_query_result_form.description, data_length='255', material_icon='description') }}
{{ M.render_field(add_query_result_form.file, accept='.json', placeholder='Choose your .json file') }}
{{ M.render_field(add_query_result_form.submit, material_icon='send') }}
{% endblock %}