akhaliq HF Staff commited on
Commit
a9a21fd
·
1 Parent(s): dbf5e27
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ with gr.Blocks(css_paths="app.css") as demo:
306
 
307
  btn.click(
308
  generation_code,
309
- inputs=[input, setting, history, gr.OAuthProfile()],
310
  outputs=[code_output, history, sandbox, state_tab, code_drawer]
311
  )
312
 
 
306
 
307
  btn.click(
308
  generation_code,
309
+ inputs=[input, setting, history],
310
  outputs=[code_output, history, sandbox, state_tab, code_drawer]
311
  )
312