File size: 497 Bytes
0362b22 |
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 |
.gradio-container {
background-color: #262f51;
}
.submit-button {
background-color: orange !important;
}
.clear-button {
background-color: #6b6c71 !important;
}
.json-box {
background-color: #3e4a6f !important;
}
.image-picker {
background-color: #3e4a6f !important;
}
.slider {
background-color: #3e4a6f !important;
}
.accordion {
background-color: #3e4a6f !important;
}
#examples {
background-color: #3e4a6f !important;
}
.plot {
background-color: #3e4a6f !important;
} |