ling99 commited on
Commit
e25fe61
·
verified ·
1 Parent(s): 1751051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -28,6 +28,9 @@ block_css = """
28
  line-height: 0.1em;
29
  font-size: 8px;
30
  }
 
 
 
31
  footer {
32
  display:none !important
33
  }
 
28
  line-height: 0.1em;
29
  font-size: 8px;
30
  }
31
+ #arena_leaderboard_dataframe td:first-child:first-of-type {
32
+ white-space: nowrap; /* 禁止换行 */
33
+ }
34
  footer {
35
  display:none !important
36
  }