Merge branch 'main' of https://huggingface.co/spaces/badaoui/Tcid
Browse files
app.py
CHANGED
|
@@ -419,7 +419,7 @@ with gr.Blocks(title="Model Test Results Dashboard", css=load_css(), js=js_func)
|
|
| 419 |
gr.update(visible=True), # nvidia_failures_container
|
| 420 |
gr.update(visible=False), # both_failures_container
|
| 421 |
)
|
| 422 |
-
else:
|
| 423 |
# Show all failures
|
| 424 |
return (
|
| 425 |
gr.update(visible=False), # all_models_container
|
|
|
|
| 419 |
gr.update(visible=True), # nvidia_failures_container
|
| 420 |
gr.update(visible=False), # both_failures_container
|
| 421 |
)
|
| 422 |
+
else:
|
| 423 |
# Show all failures
|
| 424 |
return (
|
| 425 |
gr.update(visible=False), # all_models_container
|