alezsd commited on
Commit
3c7aafa
·
verified ·
1 Parent(s): 0c0e3c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -433,7 +433,7 @@ with gr.Blocks(
433
  btn_eval.click(fn=evaluar_par, inputs=[eval_htr, eval_gt], outputs=eval_out)
434
 
435
  # ── Pestaña 3: Evaluación por lotes ──────────────────────────────────
436
- with gr.TabItem("📊 Batch Evaluation"):
437
  gr.Markdown(
438
  "Evalúa el sistema sobre una muestra aleatoria del corpus. "
439
  "Muestra las tres comparaciones: **GT vs HTR** (error de partida), "
@@ -494,7 +494,7 @@ with gr.Blocks(
494
  )
495
 
496
  # ── Pestaña 5: Info del sistema ───────────────────────────────────────
497
- with gr.TabItem(" System"):
498
  gr.Markdown(f"""
499
  ## System status
500
 
 
433
  btn_eval.click(fn=evaluar_par, inputs=[eval_htr, eval_gt], outputs=eval_out)
434
 
435
  # ── Pestaña 3: Evaluación por lotes ──────────────────────────────────
436
+ with gr.TabItem(" Batch Evaluation"):
437
  gr.Markdown(
438
  "Evalúa el sistema sobre una muestra aleatoria del corpus. "
439
  "Muestra las tres comparaciones: **GT vs HTR** (error de partida), "
 
494
  )
495
 
496
  # ── Pestaña 5: Info del sistema ───────────────────────────────────────
497
+ with gr.TabItem("INFO: System"):
498
  gr.Markdown(f"""
499
  ## System status
500