LeonceNsh commited on
Commit
0bbd0c7
·
verified ·
1 Parent(s): 4c7d8a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -246,8 +246,6 @@ def main():
246
  industry_filter = gr.Dropdown(choices=industry_list, label="Industry", value="All")
247
  company_filter = gr.Dropdown(choices=company_list, label="Company", value="All")
248
  investor_filter = gr.Dropdown(choices=investor_list, label="Select Investors", value=[], multiselect=True)
249
- with gr.Row():
250
- investor_output = gr.Textbox(label="Filtered Investors", interactive=False)
251
  graph_output = gr.Plot(label="Network Graph")
252
 
253
  inputs = [country_filter, industry_filter, company_filter, investor_filter]
 
246
  industry_filter = gr.Dropdown(choices=industry_list, label="Industry", value="All")
247
  company_filter = gr.Dropdown(choices=company_list, label="Company", value="All")
248
  investor_filter = gr.Dropdown(choices=investor_list, label="Select Investors", value=[], multiselect=True)
 
 
249
  graph_output = gr.Plot(label="Network Graph")
250
 
251
  inputs = [country_filter, industry_filter, company_filter, investor_filter]