mishig HF staff commited on
Commit
a31f3c8
1 Parent(s): bb395ae

Fix css class selector that hides loading for gr.html

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