Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kaleidoscope-data
/
data-cleaning-llm
like
1
Runtime error
App
Files
Files
Community
038bf95
data-cleaning-llm
/
.startup.py
cmagganas
Create .startup.py
38e574e
over 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
os
# Specify the desired directory path
directory_path =
"/app"
# Change the current directory to the specified path
os.chdir(directory_path)