{% for model in model_names %}
{{ model }}
{% endfor %}
{% if plot_div %} {{ plot_div | safe }} {% else %}
No data available for the selected model.
{% endif %} {% if result %}
Token Statistics:
{{ result }}
{% endif %}