k-mktr commited on
Commit
8b0b34b
1 Parent(s): 8e6b559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -460,9 +460,11 @@ with gr.Blocks(css="""
460
  submit_btn.click(
461
  battle_arena,
462
  inputs=prompt_input,
463
- outputs=[left_output, right_output, left_model, right_model,
464
- left_output, right_output, left_vote_btn, right_vote_btn,
465
- tie_btn, previous_prompt, tie_count, model_names_row]
 
 
466
  )
467
 
468
  left_vote_btn.click(
 
460
  submit_btn.click(
461
  battle_arena,
462
  inputs=prompt_input,
463
+ outputs=[
464
+ left_output, right_output, left_model, right_model,
465
+ left_output, right_output, left_vote_btn, right_vote_btn,
466
+ tie_btn, previous_prompt, tie_count, model_names_row, result
467
+ ]
468
  )
469
 
470
  left_vote_btn.click(