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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
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:
 
97
  print(status_update)
98
 
99
  # 5. Submit
100
+ return "DUMMY Agent finished", pd.DataFrame(results_log)
101
  """
102
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
103
  try: