neuralworm commited on
Commit
b8acc6b
·
verified ·
1 Parent(s): 1efb73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import importlib.util
18
  import sys
19
 
20
  # Ziel-Modul: Das gepatchte Core-File
21
- CORE_MODULE_NAME = "1014ecca5_scimind2_core"
22
  file_path = os.path.join(os.path.dirname(__file__), f"{CORE_MODULE_NAME}.py")
23
 
24
  if not os.path.exists(file_path):
 
18
  import sys
19
 
20
  # Ziel-Modul: Das gepatchte Core-File
21
+ CORE_MODULE_NAME = "1014ecca4_scimind2_core"
22
  file_path = os.path.join(os.path.dirname(__file__), f"{CORE_MODULE_NAME}.py")
23
 
24
  if not os.path.exists(file_path):