Spaces:
Runtime error
Runtime error
Update assets/custom.css
Browse files- assets/custom.css +4 -4
assets/custom.css
CHANGED
@@ -12,18 +12,18 @@
|
|
12 |
white-space: nowrap;
|
13 |
text-align: center;
|
14 |
}
|
15 |
-
|
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 |
}
|
|
|
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 |
}
|