Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,15 +25,15 @@ from wordcloud import WordCloud
|
|
25 |
from PIL import Image
|
26 |
|
27 |
ext_color_map = {
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
|
38 |
|
39 |
def hex_to_rgb(hex_color: str) -> tuple[int, int, int]:
|
|
|
25 |
from PIL import Image
|
26 |
|
27 |
ext_color_map = {
|
28 |
+
"INTemothou": "#CD5C5C",
|
29 |
+
"INTpercept": "#F08080",
|
30 |
+
"INTtime": "#FA8072",
|
31 |
+
"INTplace": "#E9967A",
|
32 |
+
"INTevent": "#8B0000",
|
33 |
+
"EXTsemantic": "#6495ED",
|
34 |
+
"EXTrepetition": "#7B68EE",
|
35 |
+
"EXTother": "#00008B",
|
36 |
+
}
|
37 |
|
38 |
|
39 |
def hex_to_rgb(hex_color: str) -> tuple[int, int, int]:
|