pedrogaprieto commited on
Commit
88850a1
·
verified ·
1 Parent(s): bae0e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
97
  print(status_update)
98
 
99
  # 5. Submit
 
100
  """
101
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
102
  try:
 
97
  print(status_update)
98
 
99
  # 5. Submit
100
+ return(status_update)
101
  """
102
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
103
  try: