Skip to content

Commit e6535a3

Browse files
committed
Fix toml issues
1 parent 389631b commit e6535a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

altair/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "Altair"
2-
description = "An application that uses vega datasets and Vega to plot heatmap and bar graphs.
2+
description = "An application that uses vega datasets and Vega to plot heatmap and bar graphs."
33
packages = ["altair", "pandas", "vega_datasets"]

panel_deckgl/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "NYC Taxi Panel DeckGL"
2-
description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map".
2+
description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map."
33
packages = ["bokeh==3.2.2", "numpy", "pandas", "panel"]

panel_kmeans/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "KMeans in Panel"
2-
description = "An example of how to build a dashboard using Panel".
2+
description = "An example of how to build a dashboard using Panel."
33
packages = ["bokeh==3.2.2", "altair", "numpy", "pandas", "scikit-learn", "panel"]

0 commit comments

Comments
 (0)