File size: 818 Bytes
eb7a0c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* Logo: natural size, left-aligned, no border/background */
.logo-wrap {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 8px 0 4px 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.logo-wrap img {
    height: 64px !important;
    width: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
}
/* Hide Gradio image toolbar buttons */
.logo-wrap .icon-button-wrapper,
.logo-wrap .download-button {
    display: none !important;
}
/* Header text: left-aligned */
.header-md {
    text-align: left !important;
    margin-bottom: 12px !important;
}
/* Efficiency metrics info: code */
code {
    padding: 0 0 0 0 !important;
    background: none !important;
    border: none !important;
}