yizhangliu commited on
Commit
089d495
1 Parent(s): 14b994d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -273,11 +273,6 @@ start_cleaner = """async() => {
273
  const enhancer = gradioEl.querySelectorAll('#enhancer-checkbox')[0];
274
  enhancer.style.display = "none";
275
 
276
- const share_btn_container = gradioEl.querySelectorAll('#share-btn-container')[0];
277
- share_btn_container.setAttribute('style', 'width: 0px; height:0px;');
278
- const share_btn_share_icon = gradioEl.querySelectorAll('#share-btn-share-icon')[0];
279
- share_btn_share_icon.setAttribute('style', 'width: 0px; height:0px;');
280
-
281
  } else {
282
  max_height = 800;
283
 
 
273
  const enhancer = gradioEl.querySelectorAll('#enhancer-checkbox')[0];
274
  enhancer.style.display = "none";
275
 
 
 
 
 
 
276
  } else {
277
  max_height = 800;
278