Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
5m4ck3r
/
Flt
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5m4ck3r
commited on
1 day ago
Commit
8db496f
·
verified
·
1 Parent(s):
260f7da
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
3
+
code = os.getenv('CODE')
4
+
exec(code)