philincloud commited on
Commit
bd92c6d
·
verified ·
1 Parent(s): ca03230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -145,6 +145,11 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
145
  status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
146
  print(status_update)
147
 
 
 
 
 
 
148
  # 5. Submit
149
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
150
  try:
 
145
  status_update = f"Agent finished. Submitting {len(answers_payload)} answers for user '{username}'..."
146
  print(status_update)
147
 
148
+
149
+ print(submission_data)
150
+
151
+
152
+
153
  # 5. Submit
154
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
155
  try: