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 |
+
#  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 |
"""
|