Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Gregor Betz
commited on
Commit
•
aad5a98
1
Parent(s):
2863483
logo urls
Browse files- src/display/about.py +2 -2
src/display/about.py
CHANGED
@@ -20,8 +20,8 @@ class Tasks(Enum):
|
|
20 |
#METRICS = list(set([task.value.metric for task in Tasks]))
|
21 |
|
22 |
|
23 |
-
logo1_url = "https://raw.githubusercontent.com/logikon-ai/cot-eval/
|
24 |
-
logo2_url = "https://raw.githubusercontent.com/logikon-ai/cot-eval/
|
25 |
LOGOS = f'<span style="display: flex; justify-content: flex-start;"><img src="{logo1_url}" alt="AI2" style="width: 40vw; min-width: 30px; max-width: 80px;"> <img src="{logo2_url}" alt="AI2" style="width: 40vw; min-width: 30px; max-width: 80px;"></span>'
|
26 |
|
27 |
# Your leaderboard name
|
|
|
20 |
#METRICS = list(set([task.value.metric for task in Tasks]))
|
21 |
|
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'<span style="display: flex; justify-content: flex-start;"><img src="{logo1_url}" alt="AI2" style="width: 40vw; min-width: 30px; max-width: 80px;"> <img src="{logo2_url}" alt="AI2" style="width: 40vw; min-width: 30px; max-width: 80px;"></span>'
|
26 |
|
27 |
# Your leaderboard name
|