GLECO commited on
Commit
e2e8c56
·
1 Parent(s): 55add6b

Corrige bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks() as demo:
180
  )
181
  run_button_check.click(
182
  fn=run_and_submit_all,
183
- intputs=[gr.State(1)],
184
  outputs=[status_output, results_table]
185
  )
186
 
 
180
  )
181
  run_button_check.click(
182
  fn=run_and_submit_all,
183
+ inputs=[gr.State(1)],
184
  outputs=[status_output, results_table]
185
  )
186