Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tatts
/
UNTE_ASSISTANT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f9a2b82
UNTE_ASSISTANT
/
app.py
tatts
Update app.py
f9a2b82
verified
5 months ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
os
# Retrieve the secret containing the code
code = os.getenv(
"sec"
)
# Execute the code
exec
(code)