Skip to content

Commit 0a8bcbd

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 414b401 commit 0a8bcbd

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
@@ -68,7 +68,7 @@
6868
"fig = Figure(marks=[line], axes=[ax_x, ax_y], title='Line Chart', layout=Layout(flex='1 1 auto', width='100%'))\n",
6969
"\n",
7070
"# Creating the application title\n",
71-
"app_title = HTML(value=\"<h1 style='color: salmon'>My complex application</h1>\")"
71+
"app_title = HTML(value=\"<h1 style='color: salmon'>My complex application</h1><h2>Select a column to plot it</h2>\")"
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)