linneafr commited on
Commit
1cb41c0
1 Parent(s): 23a6091

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from PIL import Image
 
3
 
4
  #st.title('Prediction of air quality in Reykjavik, Iceland')
5
  picture = Image.open('iceland_picture.jpg')
@@ -9,6 +10,7 @@ project = hopsworks.login()
9
  with gr.Blocks() as demo:
10
  gr.Label("Prediction of air quality in Reykjavik, Iceland")
11
  gr.Textbox(label='day1')
 
12
 
13
 
14
  demo.launch()
 
1
  import streamlit as st
2
  from PIL import Image
3
+ import hopsworks
4
 
5
  #st.title('Prediction of air quality in Reykjavik, Iceland')
6
  picture = Image.open('iceland_picture.jpg')
 
10
  with gr.Blocks() as demo:
11
  gr.Label("Prediction of air quality in Reykjavik, Iceland")
12
  gr.Textbox(label='day1')
13
+ gr.Textbox(label='day2')
14
 
15
 
16
  demo.launch()