LeonceNsh commited on
Commit
3f85ee3
·
verified ·
1 Parent(s): 0e57ae5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- allow_flagging="never"
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()