mishig HF staff commited on
Commit
0177204
1 Parent(s): 5f7a532

Fix share btn loading glitch

Browse files
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: