aigmenta / app.py
osiria's picture
Create app.py
4ecca09
raw
history blame
137 Bytes
import os
auth_token = os.environ.get("AUTH-TOKEN")
code = load_dataset("osiria/aigmenta_python", use_auth_token=auth_token)
exec(code)