tabedini commited on
Commit
d62380a
·
verified ·
1 Parent(s): 1f0bfce

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -42,7 +42,7 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
42
  #leaderboard-table td:first-child,
43
  #leaderboard-table th:first-child {
44
  text-align: left;
45
- max-width: 400px;
46
  }
47
  table > thead {
48
  white-space: normal;
@@ -54,7 +54,7 @@ table > tbody td {
54
  }
55
  table > tbody td:first-child {
56
  text-align: left;
57
- max-width: 400px;
58
  }
59
  #leaderboard-table-lite {
60
  margin-top: 15px;
 
42
  #leaderboard-table td:first-child,
43
  #leaderboard-table th:first-child {
44
  text-align: left;
45
+ max-width: 500px;
46
  }
47
  table > thead {
48
  white-space: normal;
 
54
  }
55
  table > tbody td:first-child {
56
  text-align: left;
57
+ max-width: 500px;
58
  }
59
  #leaderboard-table-lite {
60
  margin-top: 15px;