Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def generate_graph(investors, filtered_data):
|
|
134 |
)
|
135 |
return fig
|
136 |
|
137 |
-
# Gradio app
|
138 |
def app(selected_country, selected_industry):
|
139 |
investors, filtered_data = filter_investors(selected_country, selected_industry)
|
140 |
graph = generate_graph(investors, filtered_data)
|
|
|
134 |
)
|
135 |
return fig
|
136 |
|
137 |
+
# Update the Gradio app to remove valuation threshold
|
138 |
def app(selected_country, selected_industry):
|
139 |
investors, filtered_data = filter_investors(selected_country, selected_industry)
|
140 |
graph = generate_graph(investors, filtered_data)
|