diff --git a/altair/pyscript.toml b/altair/pyscript.toml index 872afe8..bda2f07 100644 --- a/altair/pyscript.toml +++ b/altair/pyscript.toml @@ -1,3 +1,3 @@ name = "Altair" -description = "An application that uses vega datasets and Vega to plot heatmap and bar graphs. +description = "An application that uses vega datasets and Vega to plot heatmap and bar graphs." packages = ["altair", "pandas", "vega_datasets"] diff --git a/panel_deckgl/pyscript.toml b/panel_deckgl/pyscript.toml index c9f1049..44ea60f 100644 --- a/panel_deckgl/pyscript.toml +++ b/panel_deckgl/pyscript.toml @@ -1,3 +1,3 @@ name = "NYC Taxi Panel DeckGL" -description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map". +description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map." packages = ["bokeh==3.2.2", "numpy", "pandas", "panel"] diff --git a/panel_kmeans/pyscript.toml b/panel_kmeans/pyscript.toml index 35ab759..674d369 100644 --- a/panel_kmeans/pyscript.toml +++ b/panel_kmeans/pyscript.toml @@ -1,3 +1,3 @@ name = "KMeans in Panel" -description = "An example of how to build a dashboard using Panel". +description = "An example of how to build a dashboard using Panel." packages = ["bokeh==3.2.2", "altair", "numpy", "pandas", "scikit-learn", "panel"]