LeonceNsh commited on
Commit
85296ac
·
verified ·
1 Parent(s): 7e816d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,11 +56,11 @@ investors = {
56
  # Define a color map for the investors
57
  investor_colors = {
58
  "Accel": "lightblue",
59
- "Andreessen Horowitz": "green",
60
- "Google Ventures": "red",
61
  "Greylock": "purple",
62
  "Lightspeed Venture Partners": "orange",
63
- "Benchmark": "brown",
64
  "Norwest Venture Partners": "pink",
65
  "Emergence Capital Partners": "yellow",
66
  "Trinity Ventures": "cyan",
 
56
  # Define a color map for the investors
57
  investor_colors = {
58
  "Accel": "lightblue",
59
+ "Andreessen Horowitz": "lightgreen",
60
+ "Google Ventures": "lightred",
61
  "Greylock": "purple",
62
  "Lightspeed Venture Partners": "orange",
63
+ "Benchmark": "lightbrown",
64
  "Norwest Venture Partners": "pink",
65
  "Emergence Capital Partners": "yellow",
66
  "Trinity Ventures": "cyan",