Spaces:
Sleeping
Sleeping
zxcvb6958 commited on
Commit ·
f9d3b39
1
Parent(s): ca91719
update UI
Browse files
app.py
CHANGED
|
@@ -200,6 +200,9 @@ 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 |
+
.gr-block label, .gr-form label, .gr-box label {
|
| 204 |
+
display: none !important;
|
| 205 |
+
}
|
| 206 |
"""
|
| 207 |
|
| 208 |
def reset_enhance():
|