AlGe commited on
Commit
2c40dca
·
verified ·
1 Parent(s): 3c3e7d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ from wordcloud import WordCloud
25
  from PIL import Image
26
 
27
  bin_color_map = {
28
- "External": "#0000ff",
29
- "Internal": "#ff0000"
30
  }
31
 
32
  def hex_to_rgb(hex_color: str) -> tuple[int, int, int]:
 
25
  from PIL import Image
26
 
27
  bin_color_map = {
28
+ "External": "#0080ff",
29
+ "Internal": "#df2020"
30
  }
31
 
32
  def hex_to_rgb(hex_color: str) -> tuple[int, int, int]: