Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
773e544
1
Parent(s):
b521c84
Update src/static/about.py
Browse files- src/static/about.py +4 -0
src/static/about.py
CHANGED
@@ -7,12 +7,16 @@ The Leaderboard Explorer indexes all leaderboards with correct metadata.
|
|
7 |
"""
|
8 |
|
9 |
SUBMIT = """
|
|
|
|
|
10 |
Make sure to either use the tag `leaderboard` or `arena` to your space, by adding the following to your README
|
11 |
|
12 |
```
|
13 |
tags:
|
14 |
- leaderboard
|
15 |
```
|
|
|
|
|
16 |
"""
|
17 |
|
18 |
ABOUT = ("""
|
|
|
7 |
"""
|
8 |
|
9 |
SUBMIT = """
|
10 |
+
Your space will appear automatically in the lists if it contains correct metadata!
|
11 |
+
|
12 |
Make sure to either use the tag `leaderboard` or `arena` to your space, by adding the following to your README
|
13 |
|
14 |
```
|
15 |
tags:
|
16 |
- leaderboard
|
17 |
```
|
18 |
+
|
19 |
+
then any other tags of interest to you.
|
20 |
"""
|
21 |
|
22 |
ABOUT = ("""
|