Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mteb/leaderboard
SmileXing
/
ethanLeaderboard
like
1
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7e055ad
ethanLeaderboard
/
app
/
ui
/
static.py
smile
Update to V0.2
f646fc1
about 2 months ago
raw
Copy download link
history
blame
Safe
223 Bytes
HOME_CSS =
"""
table > thead {
white-space: normal
}
table {
--cell-width-1: 250px
}
table > tbody > tr > td:nth-child(2) > div {
overflow-x: auto
}
.filter-checkbox-group {
max-width: max-content;
}
"""