RKoops commited on
Commit
ee56807
·
1 Parent(s): ea75cf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import streamlit as st
11
  def get_data():
12
  # Download file from Google Drive
13
  # This file is based on data from: http://insideairbnb.com/get-the-data/
14
- file_id_1 = "1rsxDntx9CRSyDMy_fLHEI5Np4lB153sa"
15
  downloaded_file_1 = "listings.pkl"
16
  gdown.download(id=file_id_1, output=downloaded_file_1)
17
 
 
11
  def get_data():
12
  # Download file from Google Drive
13
  # This file is based on data from: http://insideairbnb.com/get-the-data/
14
+ file_id_1 = "1KTF77Sj0kWyft9gNT3_6k84gauPA95rG"
15
  downloaded_file_1 = "listings.pkl"
16
  gdown.download(id=file_id_1, output=downloaded_file_1)
17