osanseviero HF staff mishig HF staff commited on
Commit
34935ef
1 Parent(s): bb395ae

- Fix css (a31f3c8928c2c39d1ddbdc8ada79ea08b03fb1a8)


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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ a {text-decoration-line: underline; font-weight: 600;}
280
  width: auto !important;
281
  min-height: 0px !important;
282
  }
283
- #share-btn-container wrap {
284
  display: none !important;
285
  }
286
  '''
 
280
  width: auto !important;
281
  min-height: 0px !important;
282
  }
283
+ #share-btn-container .wrap {
284
  display: none !important;
285
  }
286
  '''