Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IqraEval
/
Leaderboard
like
9
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dcdd1d4
Leaderboard
/
utils.py
01Yassine
Upload 8 files
04f495f
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
222 Bytes
import
pandas
as
pd
def
load_leaderboard
(
db_path
):
df = pd.read_csv(db_path)
# Update table name if needed
return
df
custom_css =
"""
#leaderboard-table th .header-content {
white-space: nowrap;
}
"""