Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -176,6 +176,9 @@ def prepare_download():
|
|
176 |
|
177 |
|
178 |
def get_first_group():
|
|
|
|
|
|
|
179 |
reviewed, remaining = get_remaining_groups()
|
180 |
current_index = 0
|
181 |
|
|
|
176 |
|
177 |
|
178 |
def get_first_group():
|
179 |
+
global preloaded_until
|
180 |
+
preloaded_until = PRELOAD_AHEAD - 1 # 🛠 Reset preload window
|
181 |
+
|
182 |
reviewed, remaining = get_remaining_groups()
|
183 |
current_index = 0
|
184 |
|