Spaces:
Runtime error
Runtime error
esc-bencher
commited on
Commit
•
671c314
1
Parent(s):
47d5ec0
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ st.markdown(
|
|
100 |
f"""
|
101 |
This is the leaderboard of the End-to end Speech Challenge (ESC).
|
102 |
Submitted systems are ranked by the **ESC Score** which is the average of
|
103 |
-
all non-optional datasets: {', '.join(COLUMN_NAMES.values())}."""
|
104 |
)
|
105 |
|
106 |
# st.table(table)
|
|
|
100 |
f"""
|
101 |
This is the leaderboard of the End-to end Speech Challenge (ESC).
|
102 |
Submitted systems are ranked by the **ESC Score** which is the average of
|
103 |
+
all non-optional datasets: {', '.join(list(COLUMN_NAMES.values())[:-3])}."""
|
104 |
)
|
105 |
|
106 |
# st.table(table)
|