The classifier just returned "unknown" — a category not in the
dispatch table. The current code raises KeyError and the user
gets a 500. Fix the dispatch so an unknown category falls back to
the "general" route instead.
Expected output:
GEN -> what time do you open
The break is on line 11 — but read the whole snippet first.