Spaces:
Runtime error
Runtime error
Update assets/custom.css
Browse files- assets/custom.css +3 -2
assets/custom.css
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
text-align: left;
|
11 |
margin-top: 6px;
|
12 |
white-space: nowrap;
|
|
|
13 |
}
|
14 |
#description {
|
15 |
text-align: center;
|
@@ -17,9 +18,9 @@
|
|
17 |
}
|
18 |
|
19 |
/* 覆盖gradio的页脚信息QAQ */
|
20 |
-
|
21 |
display: none !important;
|
22 |
-
}
|
23 |
#footer {
|
24 |
text-align: center;
|
25 |
}
|
|
|
10 |
text-align: left;
|
11 |
margin-top: 6px;
|
12 |
white-space: nowrap;
|
13 |
+
text-align: center;
|
14 |
}
|
15 |
#description {
|
16 |
text-align: center;
|
|
|
18 |
}
|
19 |
|
20 |
/* 覆盖gradio的页脚信息QAQ */
|
21 |
+
footer {
|
22 |
display: none !important;
|
23 |
+
}
|
24 |
#footer {
|
25 |
text-align: center;
|
26 |
}
|