Update logo
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -27,7 +27,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
27 |
# ---------------------------------------------------
|
28 |
|
29 |
# Your leaderboard name
|
30 |
-
TITLE = """<img src="
|
31 |
<h1 align="center" id="space-title"></h1>"""
|
32 |
|
33 |
# What does your leaderboard evaluate?
|
|
|
27 |
# ---------------------------------------------------
|
28 |
|
29 |
# Your leaderboard name
|
30 |
+
TITLE = """<img src="file/images/solbench.svg" height="70" style="display: block; margin-left: auto; margin-right: auto;">
|
31 |
<h1 align="center" id="space-title"></h1>"""
|
32 |
|
33 |
# What does your leaderboard evaluate?
|