Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,7 @@ def main():
|
|
351 |
input_control.change(app, inputs, outputs)
|
352 |
|
353 |
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.")
|
354 |
-
gr.Markdown("**Note
|
355 |
|
356 |
|
357 |
demo.launch()
|
|
|
351 |
input_control.change(app, inputs, outputs)
|
352 |
|
353 |
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.")
|
354 |
+
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.")
|
355 |
|
356 |
|
357 |
demo.launch()
|