keynes42 commited on
Commit
0e7364a
·
verified ·
1 Parent(s): efc49d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -205,6 +205,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
205
  print(f"An unexpected error occurred fetching questions: {e}")
206
  return f"An unexpected error occurred fetching questions: {e}", None
207
 
 
 
208
  # 3. Run your Agent
209
  results_log = []
210
  answers_payload = []
 
205
  print(f"An unexpected error occurred fetching questions: {e}")
206
  return f"An unexpected error occurred fetching questions: {e}", None
207
 
208
+ questions_data = questions_data[:5]
209
+
210
  # 3. Run your Agent
211
  results_log = []
212
  answers_payload = []