Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
test_theme
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aliabid94
HF Staff
commited on
11 days ago
Commit
9a9c616
·
verified
·
1 Parent(s):
b6861f0
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from gradio.themes.builder_app import demo
2
+
3
+
if __name__ == "__main__":
4
+
demo.launch()