mishig HF staff commited on
Commit
6800576
1 Parent(s): 3604e33

Hide gradio loading for gr.html

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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: