Skip to content

Commit 3e1e162

Browse files
Feature addition ***WIP***
1 parent 1623991 commit 3e1e162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI_supporting_pages/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def next_page(self):
372372
dev_mode =True
373373
if dev_mode == True:
374374
print('Running app in dev mode: Running koopman.py script')
375-
parent_dir = '/home/ajoglek/Project-Varuna-RZR/Project-Varuna-MMPK-Package'
375+
parent_dir = '/home/krovilab/Project-Varuna-RZR/Project-Varuna-MMPK-Package'
376376
script_path = os.path.join(parent_dir, "koopman.py")
377377
# If in dev mode, run the Python script with the arguments
378378
try:

0 commit comments

Comments
 (0)