File size: 1,273 Bytes
f216956
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ccbc96d
 
f216956
 
ccbc96d
f216956
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
block_css = """
#title_markdown * {
    font-size: 125% !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
#subtitle_markdown * {
    font-size: 110% !important;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
}
#intro_markdown * {
    font-size: 102% !important;
    line-height: 1.2;
}
#model_description_markdown * {
    font-size: 102% !important;
}
#model_description_markdown th {
    display: none;
}
#model_description_markdown tr {
    border: none !important;
}
#model_description_markdown table,
#model_description_markdown td {
    font-size: 100% !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
#evaldim_markdown * {
    font-size: 102% !important;
    line-height: 1.4;
}
#citation_markdown {
    font-size: 100%;
}
#ack_markdown {
    font-size: 100%;
}

#leaderboard_markdown {
    font-size: 110%
}
#leaderboard_markdown td {
    padding-top: 6px;
    padding-bottom: 6px;
}
#leaderboard_dataframe td {
    line-height: 0.1em;
    font-weight: bold;
}
#input_box textarea {
    font-weight: bold;
    font-size: 125%;
}
footer {
    display:none !important
}
"""