AlGe commited on
Commit
42c4472
·
verified ·
1 Parent(s): 585211d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -25,15 +25,15 @@ from wordcloud import WordCloud
25
  from PIL import Image
26
 
27
  ext_color_map = {
28
- "INTemothou": "#FF7F50",
29
- "INTpercept": "#FF4500",
30
- "INTtime": "#FF6347",
31
- "INTplace": "#FFD700",
32
- "INTevent": "#FFA500",
33
- "EXTsemantic": "#4682B4",
34
- "EXTrepetition": "#5F9EA0",
35
- "EXTother": "#00CED1",
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]: