Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -269,10 +269,6 @@ def generate_graph(investors, filtered_data, selected_valuation_range):
|
|
269 |
]
|
270 |
)
|
271 |
|
272 |
-
note = (" "
|
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 |
|
|
|
269 |
]
|
270 |
)
|
271 |
|
|
|
|
|
|
|
|
|
272 |
return fig
|
273 |
|
274 |
|