Spaces:
Sleeping
Sleeping
# Start the python script in the background asynchronously | |
nohup python your_script.py & | |
export USER_SCRIPT_PID=$! | |
# Start a simple web server on port 5000 | |
python status_checker.py | |