AI sentiment
{%- for bar in pos_bars -%}
{{ bar.label }}
{{ bar.count }}
{%- endfor -%} {%- if surprise_bar -%}
{{ surprise_bar.label }}
{{ surprise_bar.count }}
{%- endif -%}
{%- for bar in neg_bars -%}
{{ bar.label }}
{{ bar.count }}
{%- endfor -%}