Spaces:
Running
Running
oops name
Browse files
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/'+
|
| 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 |
|