m7n commited on
Commit
263890e
·
verified ·
1 Parent(s): 48f0a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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