Spaces:
Runtime error
Runtime error
| .tokenizer-token { | |
| cursor: pointer; | |
| } | |
| .tokenizer-token-0 { | |
| background: rgba(255, 0, 0, 0.05); | |
| } | |
| .tokenizer-token-0:hover { | |
| background: rgba(255, 0, 0, 0.15); | |
| } | |
| .tokenizer-token-1 { | |
| background: rgba(0, 255, 0, 0.05); | |
| } | |
| .tokenizer-token-1:hover { | |
| background: rgba(0, 255, 0, 0.15); | |
| } | |
| .tokenizer-token-2 { | |
| background: rgba(0, 0, 255, 0.05); | |
| } | |
| .tokenizer-token-2:hover { | |
| background: rgba(0, 0, 255, 0.15); | |
| } | |
| .tokenizer-token-3 { | |
| background: rgba(255, 156, 0, 0.05); | |
| } | |
| .tokenizer-token-3:hover { | |
| background: rgba(255, 156, 0, 0.15); | |
| } | |