From 8bc7eb9f4b204cff6faece5930fdf0d059ef2c6b Mon Sep 17 00:00:00 2001 From: everbarry Date: Thu, 19 Mar 2026 15:37:56 +0100 Subject: [PATCH] no unicode --- dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard.py b/dashboard.py index 4b19ad5..6adda98 100644 --- a/dashboard.py +++ b/dashboard.py @@ -2,8 +2,8 @@ Wildlife Monitoring Dashboard — Yellowstone National Park Flask app with two pages: - / – fullscreen map with camera markers + togglable sidebar - /det/ – detection detail page with all XAI visualisations + / - fullscreen map with camera markers + togglable sidebar + /det/ - detection detail page with all XAI visualisations Run: uv run python dashboard.py """