borisyich commited on
Commit
bb6c109
·
verified ·
1 Parent(s): 1de952a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -157,6 +157,7 @@ with gr.Blocks() as demo:
157
 
158
  run_button.click(
159
  fn=run_and_submit_all,
 
160
  outputs=[status_output, results_table]
161
  )
162
 
 
157
 
158
  run_button.click(
159
  fn=run_and_submit_all,
160
+ #inputs=None,
161
  outputs=[status_output, results_table]
162
  )
163