Fix share btn css

#31
by mishig HF staff - opened
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: