Visionkambanje commited on
Commit
a4bd995
·
verified ·
1 Parent(s): 6d1ab96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -227,7 +227,6 @@ with gr.Blocks() as demo:
227
 
228
  run_button.click(
229
  fn=run_and_submit_all,
230
- inputs=[api_key_input],
231
  outputs=[status_output, results_table]
232
 
233
 
 
227
 
228
  run_button.click(
229
  fn=run_and_submit_all,
 
230
  outputs=[status_output, results_table]
231
 
232