Reaperxxxx commited on
Commit
556bcef
·
verified ·
1 Parent(s): b1117d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def leaderboard(names):
34
  max_names = 10
35
 
36
  if total_names == 3: # Special case: Center top 3
37
- start_y = 100
38
  line_spacing = 150
39
  else:
40
  start_y = 150
 
34
  max_names = 10
35
 
36
  if total_names == 3: # Special case: Center top 3
37
+ start_y = 60
38
  line_spacing = 150
39
  else:
40
  start_y = 150