Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
change name
Browse files- README.md +1 -1
- src/display/about.py +2 -2
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
|
|
1 |
---
|
2 |
+
title: Enterprise Scenarios Leaderboard
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
src/display/about.py
CHANGED
@@ -23,7 +23,7 @@ class Tasks(Enum):
|
|
23 |
|
24 |
|
25 |
# Your leaderboard name
|
26 |
-
TITLE = """<h1 align="center" id="space-title">
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
INTRODUCTION_TEXT = """
|
@@ -94,7 +94,7 @@ If everything is done, open a new discussion in the community section of the lea
|
|
94 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
95 |
CITATION_BUTTON_TEXT = r"""
|
96 |
cff-version: 1.2.0
|
97 |
-
title:
|
98 |
message: >-
|
99 |
If you use this software, please cite it using the
|
100 |
metadata from this file.
|
|
|
23 |
|
24 |
|
25 |
# Your leaderboard name
|
26 |
+
TITLE = """<h1 align="center" id="space-title">Enterprise Scenarios leaderboard</h1>"""
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
INTRODUCTION_TEXT = """
|
|
|
94 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
95 |
CITATION_BUTTON_TEXT = r"""
|
96 |
cff-version: 1.2.0
|
97 |
+
title: Enterprise Scenarios leaderboard
|
98 |
message: >-
|
99 |
If you use this software, please cite it using the
|
100 |
metadata from this file.
|