Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ neurocognitiveagent_dir = os.path.join(package_dir, 'neurocognitiveagent')
|
|
14 |
sys.path.insert(0, neurocognitiveagent_dir)
|
15 |
|
16 |
# Agora voc锚 pode importar seus m贸dulos compilados
|
17 |
-
from neurocognitiveagent.SynapseControl import Initial_Memory, ExecuteModel
|
18 |
|
19 |
import keys as key
|
20 |
|
|
|
14 |
sys.path.insert(0, neurocognitiveagent_dir)
|
15 |
|
16 |
# Agora voc锚 pode importar seus m贸dulos compilados
|
17 |
+
from neurocognitiveagent.SynapseControl import Initial_Memory, ExecuteModel, Synapses_Active
|
18 |
|
19 |
import keys as key
|
20 |
|