osanseviero HF staff mishig HF staff commited on
Commit
1904759
1 Parent(s): 4ef974a

Hide gradio loading for gr.html (#11)

Browse files

- Hide gradio loading for gr.html (6800576af0a8bfd350347e7b2744a0daaedc1c6d)


Co-authored-by: Mishig Davaadorj <mishig@users.noreply.huggingface.co>

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: