labels is the list of draggable labels; text_lines
is the list of lines to label; correct_labels maps each line index
to a list of correct label indices (multiple labels per line are allowed).
Write a two-column table inside a div.marimo-labeling: column 1
is the text to label and column 2 is the correct label name (or a
comma-separated list of names for lines that accept multiple labels).
The available label list is derived automatically from the unique names in
column 2.
Label each HTTP status code with its category:
| 200 OK | Success |
| 201 Created | Success |
| 301 Moved Permanently | Redirect |
| 400 Bad Request | Client Error |
| 401 Unauthorized | Client Error |
| 404 Not Found | Client Error |
| 500 Internal Server Error | Server Error |