Spaces:
Runtime error
Runtime error
File size: 181 Bytes
2ec702c |
1 2 3 4 5 |
import os
import sys
# Add the parent directory of app.py to the system path
parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.append(parent_dir) |