Kaynağa Gözat

Update script.js

updated how tabs are presented in DOM with Gradio 3.23.
GeorgLegato 2 yıl önce
ebeveyn
işleme
d9fdb52149
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      script.js

+ 1 - 1
script.js

@@ -7,7 +7,7 @@ function gradioApp() {
 }
 
 function get_uiCurrentTab() {
-    return gradioApp().querySelector('#tabs button:not(.border-transparent)')
+    return gradioApp().querySelector('#tabs button.selected')
 }
 
 function get_uiCurrentTabContent() {