Spaces:
Running
Running
Update app.py
Browse files
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": "
|
60 |
-
"Google Ventures": "
|
61 |
"Greylock": "purple",
|
62 |
"Lightspeed Venture Partners": "orange",
|
63 |
-
"Benchmark": "
|
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",
|