Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|