diff --git a/blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md b/blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md index ed365c4934..6aec9b56b5 100644 --- a/blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md +++ b/blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md @@ -240,7 +240,7 @@ The Kanban sentiment analysis interface starts with a Progress Button labeled ** - **Kanban Board:** Displays pizza orders grouped by Category (Menu, Order, Ready to Serve, Delivered). Each card shows pizza details and later displays sentiment emoji for delivered items. {% tabs %} -{% highlight %} +{% highlight razor %} @@ -424,7 +424,7 @@ Once the AI response is processed and `ShowScore` is set to `true`, the Kanban b This is handled in the Kanban card template using conditional rendering: {% tabs %} -{% highlight %} +{% highlight razor %} if (card.Category == "Delivered" || card.Category == "Served") {