Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -918,7 +918,7 @@ def load_balance_user_cached(student_id):
|
|
| 918 |
space_activity = analyze_space_activity_cached(available_spaces, LOCAL_DATA_DIR)
|
| 919 |
|
| 920 |
# Select space with enhanced collision avoidance
|
| 921 |
-
return
|
| 922 |
|
| 923 |
def get_url_params(request: gr.Request):
|
| 924 |
"""Extract URL parameters from request"""
|
|
|
|
| 918 |
space_activity = analyze_space_activity_cached(available_spaces, LOCAL_DATA_DIR)
|
| 919 |
|
| 920 |
# Select space with enhanced collision avoidance
|
| 921 |
+
return select_space_with_enhanced_collision_avoidance_cached(space_activity, student_id, repo)
|
| 922 |
|
| 923 |
def get_url_params(request: gr.Request):
|
| 924 |
"""Extract URL parameters from request"""
|