macaodha commited on
Commit
e46abdf
·
1 Parent(s): 12d78aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def generate_prediction(taxa_id, selected_model, settings, threshold):
132
  # generate html for ouput display
133
  taxa_name_str = taxa_names[eval_params['taxa_id']]
134
  op_html = f'<h2><a href="https://www.inaturalist.org/taxa/{eval_params["taxa_id"]}" target="_blank">{taxa_name_str}</a></h2> (click for more info)'
135
- return op_html, fig, value=eval_params['taxa_id']
136
 
137
 
138
  # load metadata
 
132
  # generate html for ouput display
133
  taxa_name_str = taxa_names[eval_params['taxa_id']]
134
  op_html = f'<h2><a href="https://www.inaturalist.org/taxa/{eval_params["taxa_id"]}" target="_blank">{taxa_name_str}</a></h2> (click for more info)'
135
+ return op_html, fig, eval_params['taxa_id']
136
 
137
 
138
  # load metadata