proteusr commited on
Commit
f8dd25c
·
verified ·
1 Parent(s): 0fdd71a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ client = PersistentClient(
29
 
30
  collection = client.get_or_create_collection( name="brampton" );
31
 
32
- if len(collection.count()['count']) == 0:
33
 
34
  brampton_docs = [
35
  # Shopping Centres
 
29
 
30
  collection = client.get_or_create_collection( name="brampton" );
31
 
32
+ if collection.count() == 0:
33
 
34
  brampton_docs = [
35
  # Shopping Centres