Spaces:
Runtime error
Runtime error
Update description
Browse files- src/about.py +1 -1
src/about.py
CHANGED
|
@@ -30,7 +30,7 @@ class Tasks(Enum):
|
|
| 30 |
|
| 31 |
# Your leaderboard name
|
| 32 |
TITLE = """<br><img src="file/images/solbench.svg" width="500" style="display: block; margin-left: auto; margin-right: auto;">
|
| 33 |
-
<h2 align="center" id="space-title">Solidity Leaderboard
|
| 34 |
|
| 35 |
# What does your leaderboard evaluate?
|
| 36 |
INTRODUCTION_TEXT = ""
|
|
|
|
| 30 |
|
| 31 |
# Your leaderboard name
|
| 32 |
TITLE = """<br><img src="file/images/solbench.svg" width="500" style="display: block; margin-left: auto; margin-right: auto;">
|
| 33 |
+
<h2 align="center" id="space-title">IQ Code Solidity Leaderboard</h2>"""
|
| 34 |
|
| 35 |
# What does your leaderboard evaluate?
|
| 36 |
INTRODUCTION_TEXT = ""
|