Spaces:
Runtime error
Runtime error
Commit
·
3b18ca7
1
Parent(s):
d501fa2
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ st.markdown(
|
|
107 |
)
|
108 |
|
109 |
# st.table(table)
|
110 |
-
st.dataframe(table.style.format(subset=["
|
111 |
|
112 |
st.markdown(
|
113 |
"""
|
|
|
107 |
)
|
108 |
|
109 |
# st.table(table)
|
110 |
+
st.dataframe(table.style.format(subset=["average-score", *TEST_SETS, *OPTIONAL_TEST_SETS], formatter="{:.1f}"))
|
111 |
|
112 |
st.markdown(
|
113 |
"""
|