AirQuality / app.py
linneafr's picture
Update app.py
23a6091
raw
history blame
319 Bytes
import streamlit as st
from PIL import Image
#st.title('Prediction of air quality in Reykjavik, Iceland')
picture = Image.open('iceland_picture.jpg')
project = hopsworks.login()
with gr.Blocks() as demo:
gr.Label("Prediction of air quality in Reykjavik, Iceland")
gr.Textbox(label='day1')
demo.launch()