INNO / custom.css
juanelot's picture
Create custom.css
303e291 verified
raw
history blame contribute delete
178 Bytes
/* Ocultar "Use via API" */
.gradio-footer .gradio-api-button {
display: none;
}
/* Ocultar "Built with Gradio" */
.gradio-footer .gradio-footer-text {
display: none;
}