Update app.py
Browse files
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 = []
|