Spaces:
Running
on
Zero
Running
on
Zero
Update contributor
Browse files- serve/leaderboard.py +1 -1
serve/leaderboard.py
CHANGED
|
@@ -174,7 +174,7 @@ def build_leaderboard_contributor(file = 'contributor.json'):
|
|
| 174 |
The submission of user information is entirely optional. This information is used solely for contribution statistics. We respect and safeguard users' privacy choices.
|
| 175 |
To maintain a clean and concise leaderboard, please ensure consistency in submitted names and affiliations. For example, use 'Berkeley' consistently rather than alternating with 'UC Berkeley'.
|
| 176 |
- Votes*: Each image vote counts as one Vote*, while each video vote counts as two Votes* due to the increased effort involved.
|
| 177 |
-
Last updated: {last_updated}
|
| 178 |
"""
|
| 179 |
|
| 180 |
md_1 = gr.Markdown(md, elem_id="leaderboard_markdown")
|
|
|
|
| 174 |
The submission of user information is entirely optional. This information is used solely for contribution statistics. We respect and safeguard users' privacy choices.
|
| 175 |
To maintain a clean and concise leaderboard, please ensure consistency in submitted names and affiliations. For example, use 'Berkeley' consistently rather than alternating with 'UC Berkeley'.
|
| 176 |
- Votes*: Each image vote counts as one Vote*, while each video vote counts as two Votes* due to the increased effort involved.
|
| 177 |
+
\n Last updated: {last_updated}
|
| 178 |
"""
|
| 179 |
|
| 180 |
md_1 = gr.Markdown(md, elem_id="leaderboard_markdown")
|