File size: 5,445 Bytes
f51c1fd
 
 
 
 
 
 
 
 
 
 
 
78f883e
 
 
 
1bf4da3
 
 
 
 
f51c1fd
 
 
 
 
2e45925
 
 
 
1a72a47
 
 
c0f084a
 
 
78f883e
 
 
 
 
 
 
3d3aa21
8db145f
42c4f80
f51c1fd
 
 
 
 
 
42c4f80
f51c1fd
 
d0f716d
 
24ee878
f51c1fd
 
 
 
 
 
 
 
 
 
 
 
 
42c4f80
24ee878
f51c1fd
 
 
 
 
 
 
 
 
 
42c4f80
d0f716d
42c4f80
 
f51c1fd
 
 
 
d0f716d
 
f51c1fd
 
 
 
 
42c4f80
d0f716d
42c4f80
 
f51c1fd
aa2aec1
 
 
 
 
 
 
 
0e30f40
aa2aec1
 
 
 
 
 
78f883e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e45925
 
 
 
78f883e
 
 
 
 
 
 
 
 
 
 
 
 
1bf4da3
 
 
 
aa2aec1
 
1bf4da3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24ee878
 
 
 
78f883e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
.noti_err {
    color: #B42E2C;
}
.noti_true {
    color: #006900;
}

div.video-container {
    height: 350px;
    max-height: 350px;
}

div.video-column-container {
    max-width: 640px;
}

div.video-sorted-container {
    max-width: 640px;
    max-height: 350px;
}

div.files-container {
    height: 350px;
    max-height: 350px;
}

div.files-container div.icon-buttons button {
    display: none;
}

div.files-container:hover label[data-testid="block-label"],
div.video-container:hover label[data-testid="block-label"],
div.video-sorted-container:hover label[data-testid="block-label"] {
    display: none;
}

div.dataframe table > thead,
div.dataframe table > tbody {
    width: auto !important;
    display: table-header-group;
}

div.dataframe div.table-wrap {
    height: auto !important;
}

div.files-container div.file-preview-holder {
    overflow-y: scroll;
    height: 100%;
}

div.files-container label[data-testid="block-label"] {
    position: absolute;
}

.calculate_oceanai,
.calculate_practical_task {
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: var(--button-border-width) solid var(--button-primary-border-color);
    background: var(--button-primary-background-fill);
    color: var(--button-primary-text-color);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.examples_oceanai, .clear_oceanai {
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.calculate_oceanai[disabled],
.calculate_practical_task[disabled],
.examples_oceanai[disabled],
.clear_oceanai[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}

.calculate_oceanai:hover:not([disabled]),
.calculate_practical_task:hover:not([disabled]) {
    border-color: var(--button-primary-border-color-hover);
    background: var(--button-primary-background-fill-hover);
    color: var(--button-primary-text-color-hover);
}

.calculate_oceanai:active:not([disabled]),
.calculate_practical_task:active:not([disabled]),
.examples_oceanai:active:not([disabled]),
.clear_oceanai:active:not([disabled]) {
    transform: scale(0.98);
}

.settings-container {
    max-width: fit-content;
}

.number-container {
    max-width: fit-content;
    min-width: fit-content !important;
}

.dropdown-container {
    max-width: fit-content;
}

div.languages-container_wrapper {
    display: grid;
    justify-content: end;
    width: auto;
    position: absolute;
    right: 0px;
}

div.languages-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

div.languages-container > div.country_flags {
    display: contents;
    min-width: none;
}

div.languages-container > div.icon-buttons {
    display: none;
}

div.languages-container > div.country_flags button {
    width: fit-content;
    cursor: default;
}

div.languages-container > div.country_flags div.image-container {
    width: fit-content;
}

div.languages-container > div.country_flags div.image-container > img {
    height: 32px;
}

.dropdown-language-container {
    display: contents;
}

.dropdown-container > div > span[data-testid="block-info"] + div {
    min-width: max-content;
}

div.gradio-container > div.main > div.wrap > div.contain > #component-0 > div.form {
    display: flex;
    width: fit-content;
    float: left;
    right: 0px;
    position: absolute;
    z-index: 2;
}

div.gradio-container > div.main > div.wrap > div.contain > #component-0 > div.tabs {
    margin-top: 20px;
}

div.dataframe span.wrapper_mbti {
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
}

div.dataframe span.wrapper_mbti > span.true, div.dataframe span.wrapper_mbti > span.err {
    color: #FFFFFF;
    display: inline-block;
    padding: 2px;
}

div.dataframe span.wrapper_mbti > span.true {
    background-color: #006900;
}

div.dataframe span.wrapper_mbti > span.err {
    background-color: #B42E2C;
}

div.mbti-dataframe div.table-wrap {
    --cell-width-0: 260px !important;
}

div.about_app pre {
    text-wrap: wrap;
}

div.name-container, div.surname-container,
div.email-container, div.phone-container {
    gap: 4px;
}

div.name-container > div.metadata_name-logo,
div.surname-container > div.metadata_surname-logo,
div.email-container > div.metadata_email-logo,
div.phone-container > div.metadata_phone-logo {
    display: contents;
    min-width: none;
}

div.name-container > div.metadata_name-logo button,
div.surname-container > div.metadata_surname-logo button,
div.email-container > div.metadata_email-logo button,
div.phone-container > div.metadata_phone-logo button {
    width: fit-content;
    cursor: default;
}

div.name-container > div.metadata_name-logo div.image-container,
div.surname-container > div.metadata_surname-logo div.image-container,
div.email-container > div.metadata_email-logo div.image-container,
div.phone-container > div.metadata_phone-logo div.image-container {
    width: fit-content;
}

div.name-container > div.metadata_name-logo div.image-container > img,
div.surname-container > div.metadata_surname-logo div.image-container > img,
div.email-container > div.metadata_email-logo div.image-container > img,
div.phone-container > div.metadata_phone-logo div.image-container > img {
    height: 32px;
}