jjvelezo commited on
Commit
5ef0e9d
·
verified ·
1 Parent(s): 1f05742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks() as demo:
187
  outputs=[status_output, results_table]
188
  )
189
 
190
- run_button.click(
191
  fn=run_and_submit_all,
192
  outputs=[status_output, results_table]
193
  )
 
187
  outputs=[status_output, results_table]
188
  )
189
 
190
+ run_button.click(
191
  fn=run_and_submit_all,
192
  outputs=[status_output, results_table]
193
  )