Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nymbo/gradio_theme_builder
soiz1
/
gradio_theme_builder
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c868d64
gradio_theme_builder
/
run.py
soiz1
Update run.py
c868d64
verified
16 days ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
os
os.system(
"pip install pydantic==2.10.6"
)
import
gradio
as
gr
demo = gr.themes.builder
if
__name__ ==
"__main__"
:
demo()