howlbz commited on
Commit
5204656
1 Parent(s): d057b7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ progress_bar = st.sidebar.progress(0)
25
  st.write(36 * "-")
26
  fancy_header('\n📡 Connecting to Hopsworks Feature Store...')
27
 
28
- project = hopsworks.login()
29
  fs = project.get_feature_store()
30
  feature_view = fs.get_feature_view(
31
  name = 'miami_air_quality_fv',
 
25
  st.write(36 * "-")
26
  fancy_header('\n📡 Connecting to Hopsworks Feature Store...')
27
 
28
+ project = hopsworks.login(api_key_value="0rdWXlLgEd3mkGOg.iRZ7TtAkWGPlJHNQcAEph6Qbokoaq7QTBRI9ckwWUki8tIYGyBvrKhJvtLoUOGQ4")
29
  fs = project.get_feature_store()
30
  feature_view = fs.get_feature_view(
31
  name = 'miami_air_quality_fv',