Skip to content

Commit 1049ad5

Browse files
ibdafnamwcraig
andauthored
Update notebooks/09.Build-complex-libs/06.00-Build-complex-libraries.ipynb
Co-authored-by: Matt Craig <[email protected]>
1 parent 0a8bcbd commit 1049ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/09.Build-complex-libs/06.00-Build-complex-libraries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
" self.dataframe = data\n",
158158
" self.datagrid = self.process_data(data)\n",
159159
" self.chart = Chart()\n",
160-
" self.app_title = HTML(value=f\"<h1 style='color: salmon'>{application_title}</h1>\")\n",
160+
" self.app_title = HTML(value=f\"<h1 style='color: salmon'>{application_title}</h1><h2>Select a column to plot it</h2>\")\n",
161161
" self.run_application()\n",
162162
" \n",
163163
" def process_data(self, dataframe):\n",

0 commit comments

Comments
 (0)