Spaces:
Running
Running
zach
commited on
Commit
·
3f2c59d
1
Parent(s):
7b59c59
Fix other button b bug
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -501,7 +501,7 @@ def build_gradio_interface() -> gr.Blocks:
|
|
501 |
inputs=[
|
502 |
vote_submitted_state,
|
503 |
option_map_state,
|
504 |
-
|
505 |
comparison_type_state,
|
506 |
option_a_generation_id_state,
|
507 |
option_b_generation_id_state,
|
|
|
501 |
inputs=[
|
502 |
vote_submitted_state,
|
503 |
option_map_state,
|
504 |
+
vote_button_b,
|
505 |
comparison_type_state,
|
506 |
option_a_generation_id_state,
|
507 |
option_b_generation_id_state,
|