Skip to content

Commit

Permalink
remove crosses in table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Jul 23, 2024
1 parent 26b0cca commit 45fcaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/models/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ <h3>Filters</h3>
{
field: "PyTorch",
headerName: "PyTorch",
cellRenderer: params => params.value ? "✅" : "",
cellRenderer: params => params.value ? "✅" : "",
},
{
field: "TensorFlow",
headerName: "TensorFlow",
cellRenderer: params => params.value ? "✅" : "",
cellRenderer: params => params.value ? "✅" : "",
},
],
defaultColDef: {
Expand Down

0 comments on commit 45fcaac

Please sign in to comment.