emilyalsentzer commited on
Commit
dc5517e
·
verified ·
1 Parent(s): 6929dcf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = False #False
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: