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