Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def main():
|
|
196 |
with gr.Blocks() as demo:
|
197 |
with gr.Row():
|
198 |
# Set default value to "US" for country and "Enterprise Tech" for industry
|
199 |
-
country_filter = gr.Dropdown(choices=country_list, label="Filter by Country", value="
|
200 |
industry_filter = gr.Dropdown(choices=industry_list, label="Filter by Industry", value="Enterprise Tech")
|
201 |
|
202 |
filtered_investor_list = gr.CheckboxGroup(choices=[], label="Select Investors", visible=False)
|
|
|
196 |
with gr.Blocks() as demo:
|
197 |
with gr.Row():
|
198 |
# Set default value to "US" for country and "Enterprise Tech" for industry
|
199 |
+
country_filter = gr.Dropdown(choices=country_list, label="Filter by Country", value="United States")
|
200 |
industry_filter = gr.Dropdown(choices=industry_list, label="Filter by Industry", value="Enterprise Tech")
|
201 |
|
202 |
filtered_investor_list = gr.CheckboxGroup(choices=[], label="Select Investors", visible=False)
|