Annikaijak commited on
Commit
fafc488
·
verified ·
1 Parent(s): 9516332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ tab1,tab2 = st.tabs(['Parking place near Building', 'Parking place near Bikelane
45
 
46
  with tab1:
47
  # Logging in to Hopsworks and loading the feature store
48
- project = hopsworks.login(project = "annikaij", api_key_value=os.environ['HOPSWORKS_API_KEY'])
49
  fs = project.get_feature_store()
50
 
51
  # Function to load the building models
 
45
 
46
  with tab1:
47
  # Logging in to Hopsworks and loading the feature store
48
+ project = hopsworks.login(project = "alaborg", api_key_value=os.environ['HOPSWORKS_API_KEY'])
49
  fs = project.get_feature_store()
50
 
51
  # Function to load the building models