Upload app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def run_and_submit_one(profile: gr.OAuthProfile | None):
|
|
| 93 |
|
| 94 |
# 5. Submit
|
| 95 |
logger.info(f"Submitting {len(answers_payload)} answers to: {api_client.submit_url}")
|
| 96 |
-
api_client.
|
| 97 |
|
| 98 |
def build_gradio_interface():
|
| 99 |
# --- Build Gradio Interface using Blocks ---
|
|
|
|
| 93 |
|
| 94 |
# 5. Submit
|
| 95 |
logger.info(f"Submitting {len(answers_payload)} answers to: {api_client.submit_url}")
|
| 96 |
+
api_client.submit_answers(submission_data, results_log)
|
| 97 |
|
| 98 |
def build_gradio_interface():
|
| 99 |
# --- Build Gradio Interface using Blocks ---
|