Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Full width
Browse files
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 |
+
}
|