jkorstad commited on
Commit
63ac6d8
·
verified ·
1 Parent(s): f144f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from collections import defaultdict
6
  # ------------------------------------------------------
7
  # Get spaces with more details
8
  api = HfApi()
9
- spaces = api.list_spaces(limit=40000) # Limiting to 40000 for now
10
 
11
  # Create a DataFrame
12
  data = []
 
6
  # ------------------------------------------------------
7
  # Get spaces with more details
8
  api = HfApi()
9
+ spaces = api.list_spaces(limit=60000) # Limiting to 60000 for now
10
 
11
  # Create a DataFrame
12
  data = []