Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
·
fa738bd
1
Parent(s):
c4a466b
update
Browse files- pages/arena.py +1 -1
pages/arena.py
CHANGED
@@ -33,7 +33,7 @@ Once the streaming is complete, you can choose the best response.\u2764\ufe0f"""
|
|
33 |
random_selection_button.click(
|
34 |
fn=random_data_selection,
|
35 |
inputs=[],
|
36 |
-
outputs=data_textbox
|
37 |
)
|
38 |
|
39 |
with gr.Row():
|
|
|
33 |
random_selection_button.click(
|
34 |
fn=random_data_selection,
|
35 |
inputs=[],
|
36 |
+
outputs=[data_textbox]
|
37 |
)
|
38 |
|
39 |
with gr.Row():
|