.gradio-container { | |
background-color: #262f51; | |
} | |
.submit-button { | |
background-color: orange ; | |
} | |
.clear-button { | |
background-color: #6b6c71 ; | |
} | |
.json-box { | |
background-color: #3e4a6f ; | |
} | |
.image-picker { | |
background-color: #3e4a6f ; | |
} | |
.slider { | |
background-color: #3e4a6f ; | |
} | |
.accordion { | |
background-color: #3e4a6f ; | |
} | |
#examples { | |
background-color: #3e4a6f ; | |
} | |
.plot { | |
background-color: #3e4a6f ; | |
} |