davidadamczyk commited on
Commit
48dd4e0
·
1 Parent(s): 489ee3a

Add new desc

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -2
src/display/about.py CHANGED
@@ -34,11 +34,11 @@ class Tasks(Enum):
34
  task19 = Task("squad", "accuracy", "squad")
35
 
36
  # Your leaderboard name
37
- TITLE = """<h1 align="center" id="space-title">CzechBench example leaderboard</h1>"""
38
 
39
  # What does your leaderboard evaluate?
40
  INTRODUCTION_TEXT = """
41
- Intro text ...
42
  """
43
 
44
  # Which evaluations are you running? how can people reproduce what you have?
 
34
  task19 = Task("squad", "accuracy", "squad")
35
 
36
  # Your leaderboard name
37
+ TITLE = """<h1 align="center" id="space-title">🇨🇿 CzechBench Leaderboard</h1>"""
38
 
39
  # What does your leaderboard evaluate?
40
  INTRODUCTION_TEXT = """
41
+ Intro text ...
42
  """
43
 
44
  # Which evaluations are you running? how can people reproduce what you have?