Spaces:
Running
Running
Update content.py
Browse files- content.py +3 -4
content.py
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
"""
|
2 |
This file contains the text content for the leaderboard client.
|
3 |
"""
|
4 |
-
|
5 |
HEADER_MARKDOWN = """
|
6 |
-
|
7 |
-
Welcome to the leaderboard! Here you can submit your model and compare it with the existing models.
|
8 |
-
"""
|
9 |
|
|
|
|
|
10 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
11 |
## Leaderboard
|
12 |
"""
|
|
|
1 |
"""
|
2 |
This file contains the text content for the leaderboard client.
|
3 |
"""
|
|
|
4 |
HEADER_MARKDOWN = """
|
5 |
+
# ![Czech Republic Flag](https://raw.githubusercontent.com/yammadev/flag-icons/bd4bcf4f4829002cd10416029e05ba89a7554af4/png/CZ.png) BenCzechMark [Beta Preview]
|
|
|
|
|
6 |
|
7 |
+
Welcome to the leaderboard! Here you can submit your model and compare it with the existing models.
|
8 |
+
"""
|
9 |
LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
10 |
## Leaderboard
|
11 |
"""
|