ecopus commited on
Commit
f191235
·
verified ·
1 Parent(s): ab6d97f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from mesh_service.run_interface import (
11
  )
12
 
13
  # Absolute path to example files inside Docker container
 
14
  EXAMPLE_DIR = os.path.join(os.path.dirname(__file__), "example_steps")
15
 
16
 
 
11
  )
12
 
13
  # Absolute path to example files inside Docker container
14
+ os.chdir(os.path.dirname(__file__))
15
  EXAMPLE_DIR = os.path.join(os.path.dirname(__file__), "example_steps")
16
 
17