ZJunTvT commited on
Commit
4532811
1 Parent(s): 03bcaf2

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +7 -4
assets/custom.css CHANGED
@@ -12,15 +12,18 @@
12
  white-space: nowrap;
13
  text-align: center;
14
  }
15
- #description {
16
  text-align: center;
17
  margin:16px 0
18
- }
19
 
20
  /* 覆盖gradio的页脚信息QAQ */
21
- footer {
22
  display: none !important;
23
- }
 
 
 
24
  #footer {
25
  text-align: center;
26
  }
 
12
  white-space: nowrap;
13
  text-align: center;
14
  }
15
+ /* #description {
16
  text-align: center;
17
  margin:16px 0
18
+ } */
19
 
20
  /* 覆盖gradio的页脚信息QAQ */
21
+ /* footer {
22
  display: none !important;
23
+ } */
24
+ #description {
25
+ display: none;
26
+ }
27
  #footer {
28
  text-align: center;
29
  }