Spaces:
Running
Running
Hide gradio loading for gr.html
Browse files
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:
|