lvwerra HF staff commited on
Commit
1b870a9
·
verified ·
1 Parent(s): e1952ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
100
 
101
  generate_btn.click(
102
  fn=execute_jupyter_agent,
103
- inputs=[system_input, user_input, max_tokens, model, state)],
104
  outputs=[html_output, state]
105
  )
106
 
 
100
 
101
  generate_btn.click(
102
  fn=execute_jupyter_agent,
103
+ inputs=[system_input, user_input, max_tokens, model, state],
104
  outputs=[html_output, state]
105
  )
106