Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -444,7 +444,7 @@ def get_trending_spaces(progress=gr.Progress()) -> Tuple[str, str]:
|
|
444 |
progress(0, desc="Fetching spaces data...")
|
445 |
params = {
|
446 |
'full': 'true',
|
447 |
-
'limit':
|
448 |
}
|
449 |
|
450 |
response = requests.get(url, params=params)
|
|
|
444 |
progress(0, desc="Fetching spaces data...")
|
445 |
params = {
|
446 |
'full': 'true',
|
447 |
+
'limit': 10 # sort 파라미터 제거
|
448 |
}
|
449 |
|
450 |
response = requests.get(url, params=params)
|