User Activity Distribution
{% if error %}
{{ error }}
{% endif %}
{% if plot_url %}
Selected File: {{ selected_file.split('/')[-1] }}
{% endif %}
{% if statistics %}
Activity Statistics
| Hour |
Activity Count |
{% for hour, count in statistics.items() %}
| {{ hour }} |
{{ count }} |
{% endfor %}
{% endif %}