{% extends "base.html" %} {% block content %}

{{ pipeline.display_title }} predicts {{ pipeline.data_source.labels[prediction] }}. Actual genre is {{ pipeline.data_source.labels[article.label] }}.

{% if exp1_html is defined %} {{ exp1_html|indent(4)|safe }} {% else %}

There is no data to show.

{% endif %}
{% if exp2_html is defined %} {{ exp2_html|indent(4)|safe }} {% else %}

There is no data to show.

{% endif %}



{% if article.urls|length > 0 %}
{% endif %} {% endblock %}