update about
Browse files- README.md +1 -1
- src/display/about.py +4 -4
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
|
|
1 |
---
|
2 |
+
title: PatronusAI Leaderboard
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
src/display/about.py
CHANGED
@@ -88,9 +88,9 @@ When we add extra information about models to the leaderboard, it will be automa
|
|
88 |
## In case of model failure
|
89 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
90 |
Make sure you have followed the above steps first.
|
91 |
-
If everything is done,
|
92 |
"""
|
93 |
|
94 |
-
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
95 |
-
CITATION_BUTTON_TEXT = r"""
|
96 |
-
"""
|
|
|
88 |
## In case of model failure
|
89 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
90 |
Make sure you have followed the above steps first.
|
91 |
+
If everything is done, open a new discussion in the community section of the leaderboard and we will look into it.
|
92 |
"""
|
93 |
|
94 |
+
# CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
95 |
+
# CITATION_BUTTON_TEXT = r"""
|
96 |
+
# """
|