Spaces:
Running
Running
// URL du dataset Hugging Face | |
const HF_DATASET_URL = | |
"https://huggingface.co/datasets/leaderboard-explorer/leaderboard_explorer/raw/main/final_leaderboards.json"; | |
export const API_URLS = { | |
leaderboards: HF_DATASET_URL, | |
}; | |
export default API_URLS; | |