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