akhaliq HF staff mishig HF staff commited on
Commit
266612d
1 Parent(s): e0b92d6

- Fix css (2ba92d7b20e9a3e27e6f2a2b4bcc457253d698c4)


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

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
  '''