Iker commited on
Commit
a21a5e4
Β·
verified Β·
1 Parent(s): 5199433

Upload compare_gradio.py

Browse files
Files changed (1) hide show
  1. 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("πŸ‘ˆ Derecha 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("πŸ‘‰ Iquierda mejor")
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,