Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ 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 |
|
@@ -355,7 +355,9 @@ def main():
|
|
355 |
input_control.change(app, inputs, outputs)
|
356 |
|
357 |
gr.Markdown("**Instructions:** Use the dropdowns to filter the network graph. For valuation ranges 15–20 or 20+, you’ll see each company's info label without hovering.")
|
|
|
358 |
|
|
|
359 |
demo.launch()
|
360 |
|
361 |
|
|
|
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 |
|
|
|
355 |
input_control.change(app, inputs, outputs)
|
356 |
|
357 |
gr.Markdown("**Instructions:** Use the dropdowns to filter the network graph. For valuation ranges 15–20 or 20+, you’ll see each company's info label without hovering.")
|
358 |
+
gr.Markdown("**Note: All companies are in green, while venture firms have different colors. The diameter of the company circle varies proportionate to the valuation.")
|
359 |
|
360 |
+
|
361 |
demo.launch()
|
362 |
|
363 |
|