Spaces:
Running
Running
Remove injected host chrome from the benchmark canvas
Browse files
app.py
CHANGED
|
@@ -173,6 +173,7 @@ body, .gradio-container {
|
|
| 173 |
border: 0 !important;
|
| 174 |
border-radius: 0 !important;
|
| 175 |
box-shadow: none !important;
|
|
|
|
| 176 |
}
|
| 177 |
#huggingface-space-header a {
|
| 178 |
font-family: "Lato", "Avenir Next", system-ui, sans-serif !important;
|
|
@@ -989,7 +990,6 @@ pre, code { border-radius: 0 !important; }
|
|
| 989 |
.fb-resolution-note { grid-column: 1 / -1; }
|
| 990 |
}
|
| 991 |
@media (max-width: 720px) {
|
| 992 |
-
#huggingface-space-header { display: none !important; }
|
| 993 |
.fb-hero { gap: 38px; padding-bottom: 32px; }
|
| 994 |
.fb-hero h1 { font-size: clamp(52px, 15vw, 72px); }
|
| 995 |
.fb-stats { gap: 16px 10px; grid-template-columns: repeat(2, 1fr); }
|
|
|
|
| 173 |
border: 0 !important;
|
| 174 |
border-radius: 0 !important;
|
| 175 |
box-shadow: none !important;
|
| 176 |
+
display: none !important;
|
| 177 |
}
|
| 178 |
#huggingface-space-header a {
|
| 179 |
font-family: "Lato", "Avenir Next", system-ui, sans-serif !important;
|
|
|
|
| 990 |
.fb-resolution-note { grid-column: 1 / -1; }
|
| 991 |
}
|
| 992 |
@media (max-width: 720px) {
|
|
|
|
| 993 |
.fb-hero { gap: 38px; padding-bottom: 32px; }
|
| 994 |
.fb-hero h1 { font-size: clamp(52px, 15vw, 72px); }
|
| 995 |
.fb-stats { gap: 16px 10px; grid-template-columns: repeat(2, 1fr); }
|