Spaces:
Running
on
A10G
Running
on
A10G
Fix share btn loading glitch
Browse files
app.py
CHANGED
|
@@ -280,6 +280,9 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
| 280 |
width: auto !important;
|
| 281 |
min-height: 0px !important;
|
| 282 |
}
|
|
|
|
|
|
|
|
|
|
| 283 |
'''
|
| 284 |
|
| 285 |
with gr.Blocks(css=css) as block:
|
|
|
|
| 280 |
width: auto !important;
|
| 281 |
min-height: 0px !important;
|
| 282 |
}
|
| 283 |
+
#share-btn-container wrap {
|
| 284 |
+
display: none !important;
|
| 285 |
+
}
|
| 286 |
'''
|
| 287 |
|
| 288 |
with gr.Blocks(css=css) as block:
|