Upload app.py
Browse files
app.py
CHANGED
|
@@ -669,7 +669,7 @@ class ExampleSelector:
|
|
| 669 |
from pathlib import Path
|
| 670 |
import time
|
| 671 |
|
| 672 |
-
CSV_PATH = Path(__file__).resolve().parent / "
|
| 673 |
POOL = load_examples_csv(str(CSV_PATH))
|
| 674 |
|
| 675 |
def new_selector(seed: int | None = None):
|
|
|
|
| 669 |
from pathlib import Path
|
| 670 |
import time
|
| 671 |
|
| 672 |
+
CSV_PATH = Path(__file__).resolve().parent / "final-test-with-wrong-answers.csv"
|
| 673 |
POOL = load_examples_csv(str(CSV_PATH))
|
| 674 |
|
| 675 |
def new_selector(seed: int | None = None):
|