Spaces:
Runtime error
Runtime error
Commit
·
7ad395f
1
Parent(s):
82a876f
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ label2color = {
|
|
39 |
"B-QUESTION": 'red',
|
40 |
"I-QUESTION": "red",
|
41 |
"B-ANSWER": 'blue',
|
42 |
-
"I-
|
43 |
"O": 'orange'
|
44 |
}
|
45 |
|
|
|
39 |
"B-QUESTION": 'red',
|
40 |
"I-QUESTION": "red",
|
41 |
"B-ANSWER": 'blue',
|
42 |
+
"I-ANSWER": 'blue',
|
43 |
"O": 'orange'
|
44 |
}
|
45 |
|