Nucha commited on
Commit
385f7b0
·
verified ·
1 Parent(s): 0ded3c8

Update app.py

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