File size: 1,056 Bytes
5ead791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6eb5e3
5ead791
 
 
 
b30bcef
5ead791
f6eb5e3
b30bcef
f6eb5e3
 
b30bcef
 
 
f6eb5e3
b30bcef
f6eb5e3
b30bcef
 
 
 
 
 
5ead791
 
f2c0884
 
 
 
 
 
 
 
8e05eba
 
f2c0884
 
8e05eba
f2c0884
 
 
 
 
 
 
 
 
8e05eba
 
f6eb5e3
b30bcef
 
5ead791
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
67
68
69
textarea {
    font-family: monospace !important;
}

input {
    font-family: monospace !important;
}

h1 {
    padding-top: 0 !important;
}

[data-testid="stHorizontalBlock"] [data-testid="stHorizontalBlock"] {
    align-items: center;
}

.stButton {
    display: flex;
    justify-content: center;
}

[data-testid="stVerticalBlock"]:has(> [data-testid="stExpander"]) {
    display: block;
}

[data-testid="stExpander"] {
    >ul {
        border: 0;
    }

    [role="button"] {
        padding: 0;
        margin-bottom: 4px;
        display: inline-flex;
    }

    hr {
        margin-top: 0;
    }
}

[data-testid="stMarkdownContainer"]:has(> #conceptContainer) {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#conceptContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#concept {
    text-align: center;
}

#circleContainer {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stSpinner>div {
    display: flex;
    justify-content: center;
}