Yasaman commited on
Commit
c5dbfc1
·
1 Parent(s): 6bb9fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -13,6 +13,11 @@ from functions import *
13
 
14
  project = hopsworks.login()
15
  fs = project.get_feature_store()
 
 
 
 
 
16
 
17
 
18
  def air_quality(city):
 
13
 
14
  project = hopsworks.login()
15
  fs = project.get_feature_store()
16
+
17
+ feature_view = fs.get_feature_view(
18
+ name = 'air_quality_aqi_fv',
19
+ version = 1
20
+ )
21
 
22
 
23
  def air_quality(city):