diff --git a/components/analytics/PredictionsChart.tsx b/components/analytics/PredictionsChart.tsx
index 42f3b1f..36ba2da 100644
--- a/components/analytics/PredictionsChart.tsx
+++ b/components/analytics/PredictionsChart.tsx
@@ -162,9 +162,14 @@ export default function PredictionsChart({
Predictions & Forecasting
+ {predictions.sales.aiModel?.used && (
+
+ )}
- AI-powered predictions for sales, demand, and inventory
+ {predictions.sales.aiModel?.used
+ ? "AI neural network + statistical models for sales, demand, and inventory"
+ : "AI-powered predictions for sales, demand, and inventory"}
@@ -242,6 +247,16 @@ export default function PredictionsChart({
)}
+ {predictions.sales.aiModel?.used && (
+
+ 🤖 AI Powered
+ {predictions.sales.aiModel.modelAccuracy !== undefined && (
+
+ ({Math.round(predictions.sales.aiModel.modelAccuracy * 100)}%)
+
+ )}
+
+ )}
{predictions.sales.trend && (