ranWang commited on
Commit
7916a33
1 Parent(s): 1623e03

update clear func

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -820,7 +820,7 @@ with gr.Blocks(css=css) as demo:
820
  copy_btn_2.click(fn=copy_problem_to_input, inputs=[problem_2_full_hidden], outputs=[inp])
821
 
822
  btn_clear.click(
823
- fn=clear_inputs,
824
  inputs=[],
825
  outputs=[
826
  inp,
 
820
  copy_btn_2.click(fn=copy_problem_to_input, inputs=[problem_2_full_hidden], outputs=[inp])
821
 
822
  btn_clear.click(
823
+ fn=clear,
824
  inputs=[],
825
  outputs=[
826
  inp,