Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- src/about.py +2 -2
src/about.py
CHANGED
@@ -25,7 +25,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
25 |
|
26 |
|
27 |
# Your leaderboard name
|
28 |
-
TITLE = """<h1 align="center" id="space-title">
|
29 |
|
30 |
# What does your leaderboard evaluate?
|
31 |
INTRODUCTION_TEXT = """
|
@@ -72,5 +72,5 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
72 |
"""
|
73 |
|
74 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
75 |
-
CITATION_BUTTON_TEXT = r"""
|
76 |
"""
|
|
|
25 |
|
26 |
|
27 |
# Your leaderboard name
|
28 |
+
TITLE = """<h1 align="center" id="space-title">AGILESODA LLM LEADERBOARD</h1>"""
|
29 |
|
30 |
# What does your leaderboard evaluate?
|
31 |
INTRODUCTION_TEXT = """
|
|
|
72 |
"""
|
73 |
|
74 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
75 |
+
CITATION_BUTTON_TEXT = r""Being updated"
|
76 |
"""
|