Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AmitPress
/
testing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
270ffa4
testing
/
app.py
amit-asl
7860 added
270ffa4
over 1 year ago
raw
Copy download link
history
blame
Safe
87 Bytes
from
nicegui
import
ui, app
ui.label(
"hello world"
)
ui.run(host=
"0.0.0.0"
, port=
7860
)