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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ st.code(
34
  def get_data():
35
  # Download file from Google Drive
36
  # This file is based on data from: http://insideairbnb.com/get-the-data/
37
- file_id_1 = "1f6o9IeaieH_xXyghjnREfl2dC44pIUc4"
38
  downloaded_file_1 = "listings.pkl"
39
  gdown.download(id=file_id_1, output=downloaded_file_1)
40
 
 
34
  def get_data():
35
  # Download file from Google Drive
36
  # This file is based on data from: http://insideairbnb.com/get-the-data/
37
+ file_id_1 = "1KTF77Sj0kWyft9gNT3_6k84gauPA95rG"
38
  downloaded_file_1 = "listings.pkl"
39
  gdown.download(id=file_id_1, output=downloaded_file_1)
40