Spaces:
Running
Running
Update leaderboard.py
Browse files- leaderboard.py +1 -1
leaderboard.py
CHANGED
@@ -49,7 +49,7 @@ def render_leader_board(leaderboard_df):
|
|
49 |
styler = (
|
50 |
leaderboard_df
|
51 |
.style \
|
52 |
-
.format(precision=
|
53 |
.apply(highlight_max, props='color:green', axis=0)
|
54 |
)
|
55 |
|
|
|
49 |
styler = (
|
50 |
leaderboard_df
|
51 |
.style \
|
52 |
+
.format(precision=4)
|
53 |
.apply(highlight_max, props='color:green', axis=0)
|
54 |
)
|
55 |
|