ubiquitous-bot / custom.css
Said499's picture
Create custom.css
beda4f8 verified
raw
history blame contribute delete
247 Bytes
/* Hide Gradio footer branding */
footer {
display: none !important;
}
/* Optional: Custom header */
.gradio-container::before {
content: "NextDev Academy Chatbot";
display: block;
font-size: 1.5rem;
font-weight: bold;
margin: 10px;
}