hbg-weather / app2.py
Robzy's picture
updating gradio
f2e3576
raw
history blame
117 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("Helsingborg Air Quality Forecast")
demo.launch()