Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Oct 8, 2022
1 parent eef7330 commit 542a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Video_Killed_The_Radio_Star_Defusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
"df_regen['keep'] = True\n",
"\n",
"# move the \"keep\" column to the front\n",
"df_regen= df_regen[['keep', 'Timestamp (sec)', 'prompt', 'Lyric']]\n",
"df_regen= df_regen[['keep', 'Timestamp (sec)', 'Lyric']]\n",
"\n",
"pn.widgets.Tabulator(\n",
" df_regen,\n",
Expand Down

0 comments on commit 542a823

Please sign in to comment.