Update tagger_ui_server.py
Browse files- tagger_ui_server.py +1 -1
tagger_ui_server.py
CHANGED
|
@@ -48,7 +48,7 @@ CATEGORY_META: dict[int, dict] = {
|
|
| 48 |
3: {"name": "contributor", "color": "#a78bfa"}, # raw 2
|
| 49 |
4: {"name": "copyright", "color": "#fb923c"}, # raw 3
|
| 50 |
5: {"name": "character", "color": "#60a5fa"}, # raw 4
|
| 51 |
-
6: {"name": "species
|
| 52 |
7: {"name": "disambiguation", "color": "#94a3b8"}, # raw 6
|
| 53 |
8: {"name": "meta", "color": "#e2e8f0"}, # raw 7
|
| 54 |
9: {"name": "lore", "color": "#f87171"}, # raw 8
|
|
|
|
| 48 |
3: {"name": "contributor", "color": "#a78bfa"}, # raw 2
|
| 49 |
4: {"name": "copyright", "color": "#fb923c"}, # raw 3
|
| 50 |
5: {"name": "character", "color": "#60a5fa"}, # raw 4
|
| 51 |
+
6: {"name": "species", "color": "#facc15"}, # raw 5
|
| 52 |
7: {"name": "disambiguation", "color": "#94a3b8"}, # raw 6
|
| 53 |
8: {"name": "meta", "color": "#e2e8f0"}, # raw 7
|
| 54 |
9: {"name": "lore", "color": "#f87171"}, # raw 8
|