namnguyen 5 months ago
parent
commit
63e619adf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      taipy/gui/gui.py

+ 1 - 1
taipy/gui/gui.py

@@ -242,7 +242,7 @@ class Gui:
         self._set_css_file(css_file)
 
         # Set the assets URL path
-        self.__script_files = []
+        self.__script_files: list[str] = []
         self._load_scripts(script_paths)