cyberandy commited on
Commit
2b4cce3
1 Parent(s): 9ea0917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if text_input:
87
  elif entity_type == "Person":
88
  color = "#67B7D1"
89
  elif entity_type == "Product":
90
- color = "#007aff"
91
  elif entity_type == "CreativeWork":
92
  color = "#00BFFF"
93
  elif entity_type == "Event":
 
87
  elif entity_type == "Person":
88
  color = "#67B7D1"
89
  elif entity_type == "Product":
90
+ color = "#2ea3f2"
91
  elif entity_type == "CreativeWork":
92
  color = "#00BFFF"
93
  elif entity_type == "Event":