Spaces:
Runtime error
Runtime error
Update speed_dating_scheduler.py (#1)
Browse files- Update speed_dating_scheduler.py (5fe62ac42000ca4da12e0ae0f2daeb08fa8f8acd)
Co-authored-by: Loiupq <Manon03@users.noreply.huggingface.co>
speed_dating_scheduler.py
CHANGED
|
@@ -64,7 +64,7 @@ class SpeedDatingScheduler :
|
|
| 64 |
if len(participants) == 9 :
|
| 65 |
divider = 3
|
| 66 |
elif len(participants) <= 16:
|
| 67 |
-
divider =
|
| 68 |
elif len(participants) == 20:
|
| 69 |
divider = 4
|
| 70 |
elif len(participants) <= 25:
|
|
|
|
| 64 |
if len(participants) == 9 :
|
| 65 |
divider = 3
|
| 66 |
elif len(participants) <= 16:
|
| 67 |
+
divider = 3
|
| 68 |
elif len(participants) == 20:
|
| 69 |
divider = 4
|
| 70 |
elif len(participants) <= 25:
|