()
| 6 | |
| 7 | |
| 8 | function gradioApp() { |
| 9 | const gradioShadowRoot = document.getElementsByTagName('gradio-app')[0].shadowRoot |
| 10 | return !!gradioShadowRoot ? gradioShadowRoot : document; |
| 11 | } |
| 12 | |
| 13 | function get_uiCurrentTab() { |
| 14 | return gradioApp().querySelector('.tabs button:not(.border-transparent)') |
no outgoing calls
no test coverage detected