Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
5f0a178
1
Parent(s):
31d76d1
2nd attempt
Browse files- src/about.py +4 -4
src/about.py
CHANGED
@@ -27,11 +27,11 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
27 |
TITLE = """
|
28 |
<h1 id="space-title" style="
|
29 |
text-align: center;
|
30 |
-
font-family: 'Segoe UI', '
|
31 |
font-weight: 300;
|
32 |
-
letter-spacing: 0.
|
33 |
-
color:
|
34 |
-
text-transform:
|
35 |
margin-top: 2rem;
|
36 |
">
|
37 |
FormulaOne Leaderboard
|
|
|
27 |
TITLE = """
|
28 |
<h1 id="space-title" style="
|
29 |
text-align: center;
|
30 |
+
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
|
31 |
font-weight: 300;
|
32 |
+
letter-spacing: 0.05em;
|
33 |
+
color: white;
|
34 |
+
text-transform: none;
|
35 |
margin-top: 2rem;
|
36 |
">
|
37 |
FormulaOne Leaderboard
|