LeonceNsh commited on
Commit
cc1818e
·
verified ·
1 Parent(s): f7d5c33

Update app.py

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