Skip to content

Commit

Permalink
move 'keep' column leftmost
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Oct 8, 2022
1 parent 0a744fd commit bcd33ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,9 @@
"\n",
"df_regen['keep'] = True\n",
"\n",
"# move the \"keep\" column to the front\n",
"df_regen= df_regen[['keep', 'Timestamp (sec)', 'prompt':'Lyric']]\n",
"\n",
"pn.widgets.Tabulator(\n",
" df_regen,\n",
" formatters={'bool': BooleanFormatter()},\n",
Expand Down

0 comments on commit bcd33ee

Please sign in to comment.