Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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]
|