Spaces:
Sleeping
Sleeping
zxcvb6958 commited on
Commit ·
16acdf9
1
Parent(s): 774ca97
update css
Browse files
app.py
CHANGED
|
@@ -200,6 +200,11 @@ css = """
|
|
| 200 |
font-size: 14px;
|
| 201 |
font-weight: normal;
|
| 202 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 203 |
"""
|
| 204 |
|
| 205 |
def reset_enhance():
|
|
|
|
| 200 |
font-size: 14px;
|
| 201 |
font-weight: normal;
|
| 202 |
}
|
| 203 |
+
div > label:first-child,
|
| 204 |
+
label.svelte-1ipelgc,
|
| 205 |
+
label[for*="dropdown"] {
|
| 206 |
+
display: none !important;
|
| 207 |
+
}
|
| 208 |
"""
|
| 209 |
|
| 210 |
def reset_enhance():
|