Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
homer-meng
/
rainbow-canvas
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
homer-meng
commited on
Apr 8, 2023
Commit
5893f63
·
1 Parent(s):
53df1f3
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from test import app # Assuming test.py is in the same directory as app.py
2
+
3
+
app() # Call the app function from test.py