Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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 |
|