01Yassine commited on
Commit
188469b
·
verified ·
1 Parent(s): ba8aafc

Update leaderboard.py

Browse files
Files changed (1) hide show
  1. 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=2)
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