sasha HF Staff commited on
Commit
5d2ebb0
·
verified ·
1 Parent(s): 5978d25

Update app.py

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