{% extends 'program_base.html' %} {% block stylelink %}"{{ url_for('static', filename='css/models_style.css') }}"{% endblock %} {% block heading %}

Models

{% endblock %} {% block form_content %}
help Choose whether to show model information or delete the selected model



help Choose from one of the local models available




{% if msg %}

{{msg}}

{% endif %}
{% if pdf_files %} {% for hist_file in pdf_files %}
{% endfor %} {% endif %} {% endblock %}