sasha HF staff commited on
Commit
d72eea4
·
1 Parent(s): cc10310
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_plots(task):
22
 
23
  def get_model_names(task_data):
24
  #TODO: add link to results in model card of each model
25
- task_df= pd.read_csv('data/energy/'+task)
26
  model_names = task_df[['model']]
27
  return model_names
28
 
 
22
 
23
  def get_model_names(task_data):
24
  #TODO: add link to results in model card of each model
25
+ task_df= pd.read_csv('data/energy/'+task_data)
26
  model_names = task_df[['model']]
27
  return model_names
28