diff --git a/dashboard/views.py b/dashboard/views.py index 3138ec8..0a38096 100644 --- a/dashboard/views.py +++ b/dashboard/views.py @@ -14,7 +14,13 @@ from .models import MediaNarrative, Journalist, MediaOutlet, VulnerabilityIndex from dashboard.services.summarizer import get_summary from dashboard.services.ml_inference_service import get_ml_service # Changed to lazy loading function +<<<<<<< hanna-tes-patch-2 +import pandas as pd +import plotly.express as px +import plotly.graph_objects as go +======= +>>>>>>> main from math import isfinite from django.http import HttpResponse, JsonResponse from django.template.loader import get_template