botsi commited on
Commit
ef42494
·
verified ·
1 Parent(s): d7a2665

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -15,3 +15,9 @@ h1 {
15
  margin: auto;
16
  padding-top: 1.5rem;
17
  }
 
 
 
 
 
 
 
15
  margin: auto;
16
  padding-top: 1.5rem;
17
  }
18
+
19
+ /* Hide the gradio footer*/
20
+ footer {
21
+ display: none !important;
22
+ }
23
+