Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def main():
|
|
130 |
outputs=gr.Image(type="pil", label="Venture Network Graph"),
|
131 |
title="Venture Networks Visualization",
|
132 |
description="Select investors to visualize their investments in various companies. The graph shows connections between investors and the companies they've invested in.",
|
133 |
-
|
134 |
)
|
135 |
|
136 |
iface.launch()
|
|
|
130 |
outputs=gr.Image(type="pil", label="Venture Network Graph"),
|
131 |
title="Venture Networks Visualization",
|
132 |
description="Select investors to visualize their investments in various companies. The graph shows connections between investors and the companies they've invested in.",
|
133 |
+
flagging_mode="never"
|
134 |
)
|
135 |
|
136 |
iface.launch()
|