Sebastiankay commited on
Commit
72acbcf
·
1 Parent(s): 2b1b2f0

3. Okt. 2024, 05:55

Browse files
Files changed (1) hide show
  1. _res/_custom.js +1 -3
_res/_custom.js CHANGED
@@ -175,9 +175,7 @@ function gradioCustomJS() {
175
  gradioApp.style.height = ""
176
  resolutionModalWrapper.style.backdropFilter = "blur(0px)"
177
  resolutionModalWrapper.style.opacity = "0"
178
- setTimeout(() => {
179
- resolutionModalWrapper.style.display = "none"
180
- }, 1000)
181
  }
182
  }
183
 
 
175
  gradioApp.style.height = ""
176
  resolutionModalWrapper.style.backdropFilter = "blur(0px)"
177
  resolutionModalWrapper.style.opacity = "0"
178
+ resolutionModalWrapper.style.display = "none"
 
 
179
  }
180
  }
181