Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yousef4
/
il
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
il
/
app.py
yousef4
Create app.py
0756ee8
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
import
os
# Get the code from the environment variable
code = os.getenv(
"code"
)
# Execute the retrieved code
if
code:
exec
(code)
else
:
print
(
"Koshary AI only"
)