osanseviero HF staff mishig HF staff commited on
Commit
6be63ac
1 Parent(s): 5f7a532

Fix share btn css (#31)

Browse files

- Fix share btn loading glitch (0177204597f3b8870382cd976423f5f1adbd609e)


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

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