Spaces:
Build error
Build error
Update app.py
Browse files
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):
|