Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1957,7 +1957,7 @@ SUBMISSION_TIER_INFO = (
|
|
| 1957 |
|
| 1958 |
# Set to True to show the "Leaderboard coming soon" placeholder tab.
|
| 1959 |
# Set to False to show the live leaderboard table.
|
| 1960 |
-
SHOW_LEADERBOARD_COMING_SOON =
|
| 1961 |
|
| 1962 |
|
| 1963 |
def leaderboard_placeholder_enabled() -> bool:
|
|
|
|
| 1957 |
|
| 1958 |
# Set to True to show the "Leaderboard coming soon" placeholder tab.
|
| 1959 |
# Set to False to show the live leaderboard table.
|
| 1960 |
+
SHOW_LEADERBOARD_COMING_SOON = True #False
|
| 1961 |
|
| 1962 |
|
| 1963 |
def leaderboard_placeholder_enabled() -> bool:
|