Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
31d76d1
1
Parent(s):
5848897
explore title
Browse files- src/about.py +15 -1
src/about.py
CHANGED
@@ -22,7 +22,21 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
22 |
|
23 |
|
24 |
# Your leaderboard name
|
25 |
-
TITLE = """<h1 align="center" id="space-title">AAI FormulaOne Leaderboard</h1>"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# What does your leaderboard evaluate?
|
28 |
INTRODUCTION_TEXT = """
|
|
|
22 |
|
23 |
|
24 |
# Your leaderboard name
|
25 |
+
# TITLE = """<h1 align="center" id="space-title">AAI FormulaOne Leaderboard</h1>"""
|
26 |
+
|
27 |
+
TITLE = """
|
28 |
+
<h1 id="space-title" style="
|
29 |
+
text-align: center;
|
30 |
+
font-family: 'Segoe UI', 'Roboto Condensed', 'Helvetica Neue', sans-serif;
|
31 |
+
font-weight: 300;
|
32 |
+
letter-spacing: 0.15em;
|
33 |
+
color: #aaaaaa;
|
34 |
+
text-transform: uppercase;
|
35 |
+
margin-top: 2rem;
|
36 |
+
">
|
37 |
+
FormulaOne Leaderboard
|
38 |
+
</h1>
|
39 |
+
"""
|
40 |
|
41 |
# What does your leaderboard evaluate?
|
42 |
INTRODUCTION_TEXT = """
|