mfajcik commited on
Commit
fce75db
β€’
1 Parent(s): be18fd0

Update content.py

Browse files
Files changed (1) hide show
  1. 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
- #![Czech Republic Flag](https://raw.githubusercontent.com/yammadev/flag-icons/bd4bcf4f4829002cd10416029e05ba89a7554af4/png/CZ.png) BenCzechMark [Beta Preview]
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
  """