elibrowne commited on
Commit
3a7e233
·
1 Parent(s): fb39ca3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as user_eval:
88
  def next(eval_1, eval_2, eval_3):
89
  print(eval_1 + eval_2 + eval_3)
90
 
91
- btn.click(fn = save_json, inputs = [eval_1, eval_2])
92
 
93
  # Question and answering dynamics
94
  with gr.Row() as question:
 
88
  def next(eval_1, eval_2, eval_3):
89
  print(eval_1 + eval_2 + eval_3)
90
 
91
+ btn.click(fn = next, inputs = [eval_1, eval_2, eval_3])
92
 
93
  # Question and answering dynamics
94
  with gr.Row() as question: