From efc5e850a1c5c625c39dfdfb82c35227a9e086e9 Mon Sep 17 00:00:00 2001 From: hanna <82633682+hanna-tes@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:53:35 +0300 Subject: [PATCH] Update views.py --- dashboard/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/views.py b/dashboard/views.py index a3fb1dd..791c82d 100644 --- a/dashboard/views.py +++ b/dashboard/views.py @@ -10,6 +10,7 @@ from dashboard.services.ml_inference_service import get_ml_service # Changed to lazy loading function import pandas as pd import plotly.express as px +import plotly.graph_objects as go from math import isfinite from django.http import HttpResponse, JsonResponse from django.template.loader import get_template