update ui

This commit is contained in:
Vladimir Mandic
2023-03-17 10:38:26 -04:00
parent f6679fcc77
commit d1fa657ef4
4 changed files with 13 additions and 10 deletions
+4 -2
View File
@@ -129,8 +129,10 @@ function create_submit_args(args){
}
function showSubmitButtons(tabname, show){
gradioApp().getElementById(tabname+'_interrupt').style.display = show ? "none" : "block"
gradioApp().getElementById(tabname+'_skip').style.display = show ? "none" : "block"
// gradioApp().getElementById(tabname+'_interrupt').style.display = show ? "none" : "block"
// gradioApp().getElementById(tabname+'_skip').style.display = show ? "none" : "block"
gradioApp().getElementById(tabname+'_interrupt').style.display = "block"
gradioApp().getElementById(tabname+'_skip').style.display = "block"
}
function submit(){