Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ ner_pipeline = pipeline("ner", model=model, tokenizer=tokenizer)
|
|
12 |
# กำหนดสีของ Entity แต่ละประเภท
|
13 |
ENTITY_COLORS = {
|
14 |
"HSKILL": "#FFD700", # สีทอง
|
15 |
-
"
|
16 |
}
|
17 |
|
18 |
# ฟังก์ชันรวม Entity (B-* และ I-*)
|
|
|
12 |
# กำหนดสีของ Entity แต่ละประเภท
|
13 |
ENTITY_COLORS = {
|
14 |
"HSKILL": "#FFD700", # สีทอง
|
15 |
+
"SSKILL": "#87CEFA", # สีฟ้าอ่อน
|
16 |
}
|
17 |
|
18 |
# ฟังก์ชันรวม Entity (B-* และ I-*)
|