Spaces:
Running
Running
ai-forever
commited on
Upload app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,10 @@ TASKS = datasets_params.keys()
|
|
13 |
|
14 |
|
15 |
def make_default_md():
|
16 |
-
leaderboard_md = "
|
|
|
|
|
|
|
17 |
return leaderboard_md
|
18 |
|
19 |
|
|
|
13 |
|
14 |
|
15 |
def make_default_md():
|
16 |
+
leaderboard_md = f"""
|
17 |
+
🏅 LIBRA LeaderBoard
|
18 |
+
| [GitHub](https://github.com/ai-forever/LIBRA) | [Datasets](https://huggingface.co/datasets/ai-forever/LIBRA) |
|
19 |
+
"""
|
20 |
return leaderboard_md
|
21 |
|
22 |
|