Spaces:
Running
Running
Commit
•
eb3083c
1
Parent(s):
55b103a
Make the leaderboard more discoverable through metadata (#1)
Browse files- Make the leaderboard more discoverable through metadata (940c5e6e5cf421abcf9cd1596704b9db371f0ca3)
Co-authored-by: Clémentine Fourrier <[email protected]>
README.md
CHANGED
@@ -8,6 +8,8 @@ sdk_version: 4.19.2
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
fullWidth: true
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
fullWidth: true
|
11 |
+
tags:
|
12 |
+
- leaderboard
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|