namnguyen 5 tháng trước cách đây
mục cha
commit
63e619adf8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)