Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
·
ed67a17
1
Parent(s):
488c5c4
fix
Browse files- pages/arena.py +1 -1
pages/arena.py
CHANGED
@@ -26,7 +26,7 @@ def create_arena():
|
|
26 |
Once the streaming is complete, you can choose the best response.\u2764\ufe0f""")
|
27 |
|
28 |
data_textbox = gr.Textbox(label="Data", lines=10, placeholder="Datapoints to test...", value=datapoint)
|
29 |
-
with gr.
|
30 |
random_selection_button = gr.Button("Change Data")
|
31 |
submit_button = gr.Button("✨ Click to Streaming ✨")
|
32 |
|
|
|
26 |
Once the streaming is complete, you can choose the best response.\u2764\ufe0f""")
|
27 |
|
28 |
data_textbox = gr.Textbox(label="Data", lines=10, placeholder="Datapoints to test...", value=datapoint)
|
29 |
+
with gr.Row():
|
30 |
random_selection_button = gr.Button("Change Data")
|
31 |
submit_button = gr.Button("✨ Click to Streaming ✨")
|
32 |
|