hysts HF staff commited on
Commit
68a3333
·
1 Parent(s): 5b66510

Full width

Browse files
Files changed (1) hide show
  1. style.css +5 -0
style.css CHANGED
@@ -7,3 +7,8 @@
7
  #llm-benchmark-tab-table table th:last-child {
8
  display: none;
9
  }
 
 
 
 
 
 
7
  #llm-benchmark-tab-table table th:last-child {
8
  display: none;
9
  }
10
+
11
+ /* Full width space */
12
+ .gradio-container {
13
+ max-width: 95%!important;
14
+ }