Update app.py
Browse files
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)
|