diff --git a/panel/README.md b/panel/README.md index 4538d2f..c659908 100644 --- a/panel/README.md +++ b/panel/README.md @@ -1,6 +1,8 @@ # Simple Panel Example -This is a basic example of a Panel application with PyScript - similar to the Hello World application, this example is aimed for you to get up and running with Panel and PyScript so you can extend it to your own needs. +This is a basic example of a [Panel](https://panel.holoviz.org/) application with PyScript - similar to the Hello World application, this example is aimed for you to get up and running with Panel and PyScript so you can extend it to your own needs. + +For more about using Panel with Pyscript, see [Running Panel in WASM](https://panel.holoviz.org/how_to/wasm/index.html). ## Libraries Used diff --git a/panel/assets/css/examples.css b/panel/assets/css/examples.css index 46e20f0..0ac743f 100644 --- a/panel/assets/css/examples.css +++ b/panel/assets/css/examples.css @@ -51,7 +51,7 @@ nav { white-space: nowrap; } -.app-header { +.app-header, .app-header a { display: flex; align-items: center; padding: 0.5rem 1rem; diff --git a/panel/index.html b/panel/index.html index 13f3b96..24046c0 100644 --- a/panel/index.html +++ b/panel/index.html @@ -7,12 +7,12 @@ - + - +