data-cleaning-llm / .startup.py
cmagganas's picture
Create .startup.py
38e574e
raw
history blame contribute delete
No virus
151 Bytes
import os
# Specify the desired directory path
directory_path = "/app"
# Change the current directory to the specified path
os.chdir(directory_path)