Said499 commited on
Commit
beda4f8
·
verified ·
1 Parent(s): 204efbe

Create custom.css

Browse files
Files changed (1) hide show
  1. 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
+ }