Spaces:
Running
Running
File size: 3,248 Bytes
f51c1fd 1bf4da3 f51c1fd 1a72a47 c0f084a 3d3aa21 8db145f 42c4f80 f51c1fd 42c4f80 f51c1fd d0f716d f51c1fd 42c4f80 f51c1fd 42c4f80 d0f716d 42c4f80 f51c1fd d0f716d f51c1fd 42c4f80 d0f716d 42c4f80 f51c1fd aa2aec1 0e30f40 aa2aec1 1bf4da3 aa2aec1 1bf4da3 f51c1fd |
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 |
.noti_err {
color: #B42E2C;
}
.noti_true {
color: #006900;
}
div.video-container {
height: 350px;
max-height: 350px;
}
div.video-sorted-container {
max-width: 640px;
max-height: 350px;
}
div.files-container {
height: 350px;
max-height: 350px;
}
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;
}
.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: inline-block;
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: inline-block;
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;
}
.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;
} |