Spaces:
Running
Running
Upload compare_gradio.py
Browse files- compare_gradio.py +2 -2
compare_gradio.py
CHANGED
@@ -246,13 +246,13 @@ with gr.Blocks(
|
|
246 |
|
247 |
with gr.Row():
|
248 |
with gr.Column():
|
249 |
-
left = gr.Button("π
|
250 |
with gr.Column():
|
251 |
tie = gr.Button("π€ Iguald de buenos")
|
252 |
with gr.Column():
|
253 |
fail = gr.Button("π Igual de malos")
|
254 |
with gr.Column():
|
255 |
-
right = gr.Button("π
|
256 |
|
257 |
msg.submit(
|
258 |
do_both_fact_checking,
|
|
|
246 |
|
247 |
with gr.Row():
|
248 |
with gr.Column():
|
249 |
+
left = gr.Button("π Izquierda mejor")
|
250 |
with gr.Column():
|
251 |
tie = gr.Button("π€ Iguald de buenos")
|
252 |
with gr.Column():
|
253 |
fail = gr.Button("π Igual de malos")
|
254 |
with gr.Column():
|
255 |
+
right = gr.Button("π Derecha mejor")
|
256 |
|
257 |
msg.submit(
|
258 |
do_both_fact_checking,
|