Romain FAYOUX commited on
Commit
14d6990
·
1 Parent(s): b6aed9a

Changed limit to 2 for tests

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None, limit: int | None):
91
  results_log = []
92
  answers_payload = []
93
  # Limit for test purposes
94
- limit = None
95
  if limit is not None:
96
  questions_data = questions_data[:limit]
97
  # Run agents on questions fetched
 
91
  results_log = []
92
  answers_payload = []
93
  # Limit for test purposes
94
+ limit = 2
95
  if limit is not None:
96
  questions_data = questions_data[:limit]
97
  # Run agents on questions fetched