Spaces:
Runtime error
Runtime error
| CUSTOM_CSS= """ | |
| /* Hides the final column */ | |
| table td:last-child, | |
| table th:last-child { | |
| display: none; | |
| } | |
| # table td:first-child, | |
| # table th:first-child { | |
| # max-width: 400px; | |
| # overflow: auto; | |
| # white-space: nowrap; | |
| # } | |
| """ |