Blanca commited on
Commit
6424185
·
verified ·
1 Parent(s): cbca77d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -424,8 +424,8 @@ with demo:
424
  with gr.Tab("Results: Test"):
425
  # 1. Afegim una barra de cerca manual
426
  search_bar = gr.Textbox(
427
- placeholder="🔍 Cerca per model, autor o família...",
428
- label="Filtre ràpid",
429
  show_label=False
430
  )
431
 
@@ -434,7 +434,7 @@ with demo:
434
  value=eval_dataframe_test,
435
  datatype=TYPES,
436
  interactive=True,
437
- column_widths= ["40%", "15%", "15%", "10%", "10%", "10%"],
438
  wrap=True
439
  )
440
 
 
424
  with gr.Tab("Results: Test"):
425
  # 1. Afegim una barra de cerca manual
426
  search_bar = gr.Textbox(
427
+ placeholder="🔍 Look for a model, author or model family...",
428
+ label="Fast filter",
429
  show_label=False
430
  )
431
 
 
434
  value=eval_dataframe_test,
435
  datatype=TYPES,
436
  interactive=True,
437
+ column_widths= ["35%", "20%", "15%", "10%", "10%", "10%"],
438
  wrap=True
439
  )
440