Spaces:
Running
on
A10G
Running
on
A10G
Fix css
Browse filesFix css class selector that hides loading for gr.html
app.py
CHANGED
|
@@ -280,7 +280,7 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
| 280 |
width: auto !important;
|
| 281 |
min-height: 0px !important;
|
| 282 |
}
|
| 283 |
-
#share-btn-container wrap {
|
| 284 |
display: none !important;
|
| 285 |
}
|
| 286 |
'''
|
|
|
|
| 280 |
width: auto !important;
|
| 281 |
min-height: 0px !important;
|
| 282 |
}
|
| 283 |
+
#share-btn-container .wrap {
|
| 284 |
display: none !important;
|
| 285 |
}
|
| 286 |
'''
|