Skip to content

Commit 84acff7

Browse files
Add title to subnetworks graph
1 parent ed05883 commit 84acff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programme_information/intro_to_version_control.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"\n",
8888
"# Create a display HTML block with a title\n",
8989
"html_str = f\"<div style='text-align: center;'><h3>Pre-Reqs Subnetwork</h3></div>\"\n",
90-
"html_str += f\"<iframe id='{iframe_id}' src='{file_name}' width='100%' height='750px' style='border:none;'></iframe>\"\n",
90+
"html_str += f\"<iframe id='{iframe_id}' src='{file_name}' title='Workshop Prerequisites Graph Subnetwork' width='100%' height='750px' style='border:none;'></iframe>\"\n",
9191
"\n",
9292
"# Include JavaScript to adjust the iframe height\n",
9393
"js_code = f\"\"\"\n",

0 commit comments

Comments
 (0)