Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def color_cols(x):
|
|
119 |
def print_existing_models():
|
120 |
requests= load_dataset("EnergyStarAI/requests_debug", split="test", token=TOKEN)
|
121 |
requests_dset = requests.to_pandas()
|
122 |
-
model_df= requests_dset[['model','task']]
|
123 |
return model_df
|
124 |
|
125 |
def highlight_cols(x):
|
|
|
119 |
def print_existing_models():
|
120 |
requests= load_dataset("EnergyStarAI/requests_debug", split="test", token=TOKEN)
|
121 |
requests_dset = requests.to_pandas()
|
122 |
+
model_df= requests_dset[['model','task','status']]
|
123 |
return model_df
|
124 |
|
125 |
def highlight_cols(x):
|