Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
button_component
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e2260c7
button_component
/
run.py
aliabd
HF staff
Upload with huggingface_hub
481e56f
over 2 years ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
gradio
as
gr
css =
"footer {display: none !important;} .gradio-container {min-height: 0px !important;}"
with
gr.Blocks(css=css)
as
demo:
gr.Button()
demo.launch()