diff --git a/webapp/templates/labelannotation_viewer.html b/webapp/templates/labelannotation_viewer.html index 55f6772..169a424 100644 --- a/webapp/templates/labelannotation_viewer.html +++ b/webapp/templates/labelannotation_viewer.html @@ -104,7 +104,7 @@

Metrics

{{ report_dict['annotation_labels'][label] }} {% endif %} {% else %} - {% if value == report_dict['annotation_labels'][label] %} + {% if value|lower == report_dict['annotation_labels'][label]|lower %} {{ value }} {{ report_dict['annotation_labels'][label] }} {% else %}