Spaces:
Sleeping
Sleeping
zxcvb6958 commited on
Commit ·
23c622b
1
Parent(s): c2c8183
update UI
Browse files
app.py
CHANGED
|
@@ -200,11 +200,12 @@ css = """
|
|
| 200 |
}
|
| 201 |
.image-label-container .img-label-bar {
|
| 202 |
width: 300px;
|
|
|
|
|
|
|
|
|
|
| 203 |
background: rgb(76, 180, 184);
|
| 204 |
color: #fff;
|
| 205 |
-
text-align: center;
|
| 206 |
padding: 6px 0;
|
| 207 |
-
margin-top: 0 !important;
|
| 208 |
border-bottom-left-radius: 10px;
|
| 209 |
border-bottom-right-radius: 10px;
|
| 210 |
font-size: 14px;
|
|
|
|
| 200 |
}
|
| 201 |
.image-label-container .img-label-bar {
|
| 202 |
width: 300px;
|
| 203 |
+
text-align: center !important;
|
| 204 |
+
display: block;
|
| 205 |
+
margin: 0 auto !important;
|
| 206 |
background: rgb(76, 180, 184);
|
| 207 |
color: #fff;
|
|
|
|
| 208 |
padding: 6px 0;
|
|
|
|
| 209 |
border-bottom-left-radius: 10px;
|
| 210 |
border-bottom-right-radius: 10px;
|
| 211 |
font-size: 14px;
|