Fix css

#8
by mishig HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ css = '''
77
  width: auto !important;
78
  min-height: 0px !important;
79
  }
80
- #share-btn-container wrap {
81
  display: none !important;
82
  }
83
  '''
 
77
  width: auto !important;
78
  min-height: 0px !important;
79
  }
80
+ #share-btn-container .wrap {
81
  display: none !important;
82
  }
83
  '''