diff --git a/javascript/ui.js b/javascript/ui.js index 9843dfe2c..96593b450 100644 --- a/javascript/ui.js +++ b/javascript/ui.js @@ -1,6 +1,6 @@ /* global gradioApp */ -let opts = {}; +window.opts = {}; function set_theme(theme) { const gradioURL = window.location.href;