style change
This commit is contained in:
parent
1075819b16
commit
8eb638cdd3
|
@ -1,5 +1,5 @@
|
||||||
function gradioApp(){
|
function gradioApp(){
|
||||||
return !!document.getElementsByTagName('gradio-app')[0].shadowRoot ? document.getElementsByTagName('gradio-app')[0].shadowRoot : document
|
return !!document.getElementsByTagName('gradio-app')[0].shadowRoot ? document.getElementsByTagName('gradio-app')[0].shadowRoot : document;
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_uiCurrentTab() {
|
function get_uiCurrentTab() {
|
||||||
|
|
Loading…
Reference in New Issue