UNTE_ASSISTANT / app.py
tatts's picture
Update app.py
f9a2b82 verified
raw
history blame
108 Bytes
import os
# Retrieve the secret containing the code
code = os.getenv("sec")
# Execute the code
exec(code)