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

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -4
utils.py CHANGED
@@ -42,8 +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: 200px;
46
- overflow: auto;
47
  }
48
  table > thead {
49
  white-space: normal;
@@ -55,8 +54,7 @@ table > tbody td {
55
  }
56
  table > tbody td:first-child {
57
  text-align: left;
58
- max-width: 200px;
59
- overflow: auto;
60
  }
61
  #leaderboard-table-lite {
62
  margin-top: 15px;
 
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
  }
55
  table > tbody td:first-child {
56
  text-align: left;
57
+ max-width: 400px;
 
58
  }
59
  #leaderboard-table-lite {
60
  margin-top: 15px;