Update subtitle
Browse files- app.py +1 -1
- src/about.py +1 -1
app.py
CHANGED
@@ -164,7 +164,7 @@ with demo:
|
|
164 |
row_count=5,
|
165 |
)
|
166 |
with gr.Row():
|
167 |
-
gr.Markdown("# ✉️
|
168 |
|
169 |
with gr.Row():
|
170 |
with gr.Column():
|
|
|
164 |
row_count=5,
|
165 |
)
|
166 |
with gr.Row():
|
167 |
+
gr.Markdown("# ✉️ Submission", elem_classes="markdown-text")
|
168 |
|
169 |
with gr.Row():
|
170 |
with gr.Column():
|
src/about.py
CHANGED
@@ -32,7 +32,7 @@ class Tasks(Enum):
|
|
32 |
|
33 |
# Your leaderboard name
|
34 |
TITLE = """<br><img src="file/images/solbench.svg" width="500" style="display: block; margin-left: auto; margin-right: auto;">
|
35 |
-
<h2 align="center" id="space-title">
|
36 |
|
37 |
# What does your leaderboard evaluate?
|
38 |
INTRODUCTION_TEXT = ""
|
|
|
32 |
|
33 |
# Your leaderboard name
|
34 |
TITLE = """<br><img src="file/images/solbench.svg" width="500" style="display: block; margin-left: auto; margin-right: auto;">
|
35 |
+
<h2 align="center" id="space-title">Solidity Leaderboard</h2>"""
|
36 |
|
37 |
# What does your leaderboard evaluate?
|
38 |
INTRODUCTION_TEXT = ""
|