Skip to content

Commit

Permalink
SigLIP demo colab: alternate bgcol of rows. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasb-eyer authored Sep 28, 2023
1 parent 4f7346e commit c01707f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions big_vision/configs/proj/image_text/SigLIP_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@
" border: 1px transparent;\n",
" }\n",
"\n",
" tr:nth-child(odd) {\n",
" background-color: #F5F5F5;\n",
" }\n",
"\n",
" tr:hover {\n",
" background-color: lightyellow;\n",
" border: 1px solid black;\n",
Expand Down Expand Up @@ -555,6 +559,10 @@
" border: 1px transparent;\n",
" }\n",
"\n",
" tr:nth-child(odd) {\n",
" background-color: #F5F5F5;\n",
" }\n",
"\n",
" tr:hover {\n",
" background-color: lightyellow;\n",
" border: 1px solid black;\n",
Expand Down Expand Up @@ -864,6 +872,10 @@
" border: 1px transparent;\n",
" }\n",
"\n",
" tr:nth-child(odd) {\n",
" background-color: #F5F5F5;\n",
" }\n",
"\n",
" tr:hover {\n",
" background-color: lightyellow;\n",
" border: 1px solid black;\n",
Expand Down

0 comments on commit c01707f

Please sign in to comment.