diff --git a/app/static/index.html b/app/static/index.html index f174506..e744d94 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1470,6 +1470,7 @@ // Update smart recommendations function updateSmartRecommendations(data) { + console.log('updateSmartRecommendations called with data:', data); const content = document.getElementById('smartRecommendationsContent'); if (!data || !data.recommendations) {