Spaces:
Paused
Paused
Hide gradio loading for gr.html
#11
by mishig HF Staff - opened
app.py
CHANGED
|
@@ -38,6 +38,9 @@ css = '''
|
|
| 38 |
width: auto !important;
|
| 39 |
min-height: 0px !important;
|
| 40 |
}
|
|
|
|
|
|
|
|
|
|
| 41 |
'''
|
| 42 |
|
| 43 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 38 |
width: auto !important;
|
| 39 |
min-height: 0px !important;
|
| 40 |
}
|
| 41 |
+
#share-btn-container .wrap {
|
| 42 |
+
display: none !important;
|
| 43 |
+
}
|
| 44 |
'''
|
| 45 |
|
| 46 |
with gr.Blocks(css=css) as demo:
|