diff --git a/static/index.html b/static/index.html
index cbfb95e..66e70da 100644
--- a/static/index.html
+++ b/static/index.html
@@ -3147,6 +3147,7 @@
'Food': { icon: '🍔', color: '#e67e22' },
'Equipment': { icon: '🔧', color: '#2c3e50' },
'Appliances': { icon: '🔌', color: '#3b82f6' },
+ 'Kiosk': { icon: '🏪', color: '#7c3aed' },
'Other': { icon: '📦', color: '#6b7280' },
};
const CATEGORY_UNMAPPED_ICON = '❓';