linneafr commited on
Commit
a9caf68
1 Parent(s): 1cb41c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,11 +1,11 @@
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')
7
 
8
- project = hopsworks.login()
9
 
10
  with gr.Blocks() as demo:
11
  gr.Label("Prediction of air quality in Reykjavik, Iceland")
 
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')
7
 
8
+ #project = hopsworks.login()
9
 
10
  with gr.Blocks() as demo:
11
  gr.Label("Prediction of air quality in Reykjavik, Iceland")