npmaiecosystem commited on
Commit
89da3cb
Β·
verified Β·
1 Parent(s): 6e64ce4

Update appp.py

Browse files
Files changed (1) hide show
  1. appp.py +1 -1
appp.py CHANGED
@@ -28,7 +28,7 @@ from datasets import load_dataset
28
  # CONFIGURATION β€” change these if needed
29
  # ══════════════════════════════════════════════════════════════════
30
 
31
- NUM_QUESTIONS = 500 # how many questions to process
32
  # 500 is manageable on free Colab CPU
33
  # increase to 2000+ if you have more time
34
 
 
28
  # CONFIGURATION β€” change these if needed
29
  # ══════════════════════════════════════════════════════════════════
30
 
31
+ NUM_QUESTIONS = 2 # how many questions to process
32
  # 500 is manageable on free Colab CPU
33
  # increase to 2000+ if you have more time
34