Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ def setup_basemap_data():
|
|
246 |
# # Load the data from the saved .bz file
|
247 |
|
248 |
basedata_df = load("100k_filtered_OA_sample_cluster_and_positions.bz")
|
249 |
-
print(basedata_df)
|
250 |
|
251 |
|
252 |
return basedata_df
|
|
|
246 |
# # Load the data from the saved .bz file
|
247 |
|
248 |
basedata_df = load("100k_filtered_OA_sample_cluster_and_positions.bz")
|
249 |
+
print(basedata_df.values.shape)
|
250 |
|
251 |
|
252 |
return basedata_df
|