Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Robzy
/
hbg-weather
like
0
Sleeping
App
Files
Files
Community
114a7d7
hbg-weather
/
app2.py
Robzy
updating gradio
f2e3576
about 2 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"Helsingborg Air Quality Forecast"
)
demo.launch()