mcamargo00 commited on
Commit
38969a6
·
verified ·
1 Parent(s): 44ab37e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 / "examples.csv"
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):