Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Gregor Betz
commited on
Commit
•
3e7001c
1
Parent(s):
15c8908
style
Browse files- src/display/about.py +1 -1
src/display/about.py
CHANGED
@@ -22,7 +22,7 @@ class Tasks(Enum):
|
|
22 |
|
23 |
logo1_url = "https://raw.githubusercontent.com/logikon-ai/cot-eval/main/assets/AI2_Logo_Square.png"
|
24 |
logo2_url = "https://raw.githubusercontent.com/logikon-ai/cot-eval/main/assets/logo_logikon_notext_withborder.png"
|
25 |
-
LOGOS = f'<div
|
26 |
|
27 |
# Your leaderboard name
|
28 |
TITLE = f'<h1 align="center" id="space-title"> Open CoT Leaderboard \n\n {LOGOS} </h1>'
|
|
|
22 |
|
23 |
logo1_url = "https://raw.githubusercontent.com/logikon-ai/cot-eval/main/assets/AI2_Logo_Square.png"
|
24 |
logo2_url = "https://raw.githubusercontent.com/logikon-ai/cot-eval/main/assets/logo_logikon_notext_withborder.png"
|
25 |
+
LOGOS = f'<div style="display: flex; justify-content: center;"><a href="https://allenai.org/"><img src="{logo1_url}" alt="AI2" style="width: 30vw; min-width: 20px; max-width: 60px;"></a> <a href="https://logikon.ai"><img src="{logo2_url}" alt="Logikon AI" style="width: 30vw; min-width: 20px; max-width: 60px; margin-left: 10px;"></a></div>'
|
26 |
|
27 |
# Your leaderboard name
|
28 |
TITLE = f'<h1 align="center" id="space-title"> Open CoT Leaderboard \n\n {LOGOS} </h1>'
|