gmancino-ball commited on
Commit
4e3ca46
·
verified ·
1 Parent(s): fe6b6ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -274,7 +274,6 @@ def show_leaderboad(results,task):
274
  min_value=0,
275
  max_value=1.0,
276
  )
277
- assert 0 == 1, "assert fail"
278
 
279
  "#### Summary"
280
  st.dataframe(results[f"{split}_score"].loc[:, cols], column_config=column_config)
 
274
  min_value=0,
275
  max_value=1.0,
276
  )
 
277
 
278
  "#### Summary"
279
  st.dataframe(results[f"{split}_score"].loc[:, cols], column_config=column_config)