ThomasSimonini HF staff commited on
Commit
dc254cb
·
1 Parent(s): f7087b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ def certification(hf_username):
234
  print(results_certification)
235
 
236
  df = pd.DataFrame(results_certification)
237
- df = df[['passed', 'unit1', 'env', 'min_result', 'best_result', 'best_model_id']]
238
  return df
239
 
240
 
 
234
  print(results_certification)
235
 
236
  df = pd.DataFrame(results_certification)
237
+ df = df[['passed', 'unit', 'env', 'min_result', 'best_result', 'best_model_id']]
238
  return df
239
 
240