Spaces:
Sleeping
Sleeping
Create custom.css
Browse files- custom.css +13 -0
custom.css
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Hide Gradio footer branding */
|
2 |
+
footer {
|
3 |
+
display: none !important;
|
4 |
+
}
|
5 |
+
|
6 |
+
/* Optional: Custom header */
|
7 |
+
.gradio-container::before {
|
8 |
+
content: "NextDev Academy Chatbot";
|
9 |
+
display: block;
|
10 |
+
font-size: 1.5rem;
|
11 |
+
font-weight: bold;
|
12 |
+
margin: 10px;
|
13 |
+
}
|