{% include "blocking_modal.html" %} {% include "param_out_of_range_modal.html" %} {% include "auto_tune_modal.html" %}

ExSum Inspection

{% set msg = ui_data.get_msg() %} {% if msg is not none %} {% if msg[0] == 'E' %} {% elif msg[0] == 'S' %} {% endif %} {% endif %} {% include "rule_formula.html" %}
Rule Selection
{% include "rule_buttons.html" %} {% include "control_buttons.html" %}
Metric Values
{%include "metric_table.html" %}
{% include "metric_plot.html" %}
Parameter Values
{% include "parameter_sliders.html" %}
Example Visualization
{% if ui_data.vis_level == "sentence" %} {% include "sentence_vis_buttons.html" %} {% else %} {% include "feu_vis_buttons.html" %} {% endif %}
{% if ui_data.vis_level == "sentence" %} {% include "sentence_vis.html" %} {% else %} {% include "feu_vis.html" %} {% endif %}
{% include "no_rule_selected_modal.html" %} {% include "vis_modals.html" %}