Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -436,7 +436,7 @@ def setup_basemap_data():
|
|
436 |
# get data.
|
437 |
print("getting basemap data...")
|
438 |
#basedata_df = load("100k_filtered_OA_sample_cluster_and_positions.bz")
|
439 |
-
|
440 |
print(basedata_df)
|
441 |
return basedata_df
|
442 |
|
|
|
436 |
# get data.
|
437 |
print("getting basemap data...")
|
438 |
#basedata_df = load("100k_filtered_OA_sample_cluster_and_positions.bz")
|
439 |
+
basedata_df =pickle.load(open('100k_filtered_OA_sample_cluster_and_positions.pkl', 'rb'))
|
440 |
print(basedata_df)
|
441 |
return basedata_df
|
442 |
|