diff options
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ function gradioApp(){ - return document.getElementsByTagName('gradio-app')[0].shadowRoot; + return document } function get_uiCurrentTab() { @@ -82,4 +82,4 @@ function uiElementIsVisible(el) { } } return isVisible; -}
\ No newline at end of file +} |