Update app.py
Browse files
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="🔍
|
| 428 |
-
label="
|
| 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= ["
|
| 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 |
|