keynes42 commited on
Commit
28b0024
·
verified ·
1 Parent(s): fdf4e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
230
  print(f"An unexpected error occurred fetching questions: {e}")
231
  return f"An unexpected error occurred fetching questions: {e}", None
232
 
233
- questions_data = questions_data[:5]
234
 
235
  # 3. Run your Agent
236
  results_log = []
 
230
  print(f"An unexpected error occurred fetching questions: {e}")
231
  return f"An unexpected error occurred fetching questions: {e}", None
232
 
233
+ # questions_data = questions_data[:5]
234
 
235
  # 3. Run your Agent
236
  results_log = []