Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -269,6 +269,10 @@ def generate_graph(investors, filtered_data, selected_valuation_range):
|
|
269 |
]
|
270 |
)
|
271 |
|
|
|
|
|
|
|
|
|
272 |
return fig
|
273 |
|
274 |
|
|
|
269 |
]
|
270 |
)
|
271 |
|
272 |
+
note = ("Note: All companies are in green while venture firms have different colors. "
|
273 |
+
"The diameter of the company circle varies proportionate to the valuation of the corresponding company.")
|
274 |
+
logger.info(note)
|
275 |
+
|
276 |
return fig
|
277 |
|
278 |
|