CoolFace
Apppublic

phasselbring/dice-scraper-browser

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
runtime.txt6 linesDownload Raw Back to root
1# Write files to disk so user can upload them2for name, content in files.items():3    Path(f"/mnt/data/{name}").write_text(content.strip())4 5# Output paths for download6list(files.keys())