Spaces:
Runtime error
Runtime error
Commit
•
34935ef
1
Parent(s):
bb395ae
Fix css (#61)
Browse files- Fix css (a31f3c8928c2c39d1ddbdc8ada79ea08b03fb1a8)
Co-authored-by: Mishig Davaadorj <mishig@users.noreply.huggingface.co>
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 |
'''
|