Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jousha
/
Email-Bot
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
jousha
commited on
Jun 29, 2024
Commit
8feb898
·
verified
·
1 Parent(s):
1fec60c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
3
+
exec(os.environ.get('APP'))