Spaces:
Runtime error
Runtime error
show all the chooser options
Browse files
app.py
CHANGED
@@ -275,10 +275,12 @@ with gr.Blocks() as arena:
|
|
275 |
gr.update(visible=False, interactive=False),
|
276 |
gr.update(visible=True),
|
277 |
gr.update(visible=True),
|
|
|
|
|
278 |
gr.update(visible=False),
|
279 |
gr.update(visible=False),
|
280 |
),
|
281 |
-
inputs=[message, nudge_msg, system_msg], outputs=[message, choose1, choose2, clear, submit], queue=True
|
282 |
)
|
283 |
|
284 |
choose1_click_event = choose1.click(
|
|
|
275 |
gr.update(visible=False, interactive=False),
|
276 |
gr.update(visible=True),
|
277 |
gr.update(visible=True),
|
278 |
+
gr.update(visible=True),
|
279 |
+
gr.update(visible=True),
|
280 |
gr.update(visible=False),
|
281 |
gr.update(visible=False),
|
282 |
),
|
283 |
+
inputs=[message, nudge_msg, system_msg], outputs=[message, choose1, choose2, choose3, choose4, clear, submit], queue=True
|
284 |
)
|
285 |
|
286 |
choose1_click_event = choose1.click(
|