Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -466,7 +466,7 @@ def get_trending_spaces(search_query="", sort_by="rank", progress=gr.Progress())
|
|
466 |
progress(0, desc="Fetching spaces data...")
|
467 |
params = {
|
468 |
'full': 'true',
|
469 |
-
'limit':
|
470 |
}
|
471 |
|
472 |
response = requests.get(url, params=params)
|
|
|
466 |
progress(0, desc="Fetching spaces data...")
|
467 |
params = {
|
468 |
'full': 'true',
|
469 |
+
'limit': 100
|
470 |
}
|
471 |
|
472 |
response = requests.get(url, params=params)
|