Skip to content

Commit 8b7f07c

Browse files
committed
Update descriptions
1 parent 4e028ec commit 8b7f07c

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
.pyscript.com
3+
.pyscript-dev.com

bokeh/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "Bokeh"
2-
description = "Simple application that uses Pandas and Bokeh to plot a graph."
2+
description = "A simple application that uses Pandas and Bokeh to plot a graph."
33
packages = ["pandas", "bokeh==3.2.2", "xyzservices"]

hello_world/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "Hello World"
2-
description = "Basic hello world example in PyScript."
2+
description = "Basic hello world example that displays text in a page with PyScript."

panel_deckgl/pyscript.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +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".
23
packages = ["bokeh==3.2.2", "numpy", "pandas", "panel"]

panel_streaming/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "Streaming in Panel"
2-
description = "Simple Panel application showing how to handle streaming data."
2+
description = "A simple Panel application showing how to handle streaming data."
33
packages = ["bokeh==3.2.2", "numpy", "pandas", "panel"]

simple_clock/pyscript.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "Simple Clock"
2-
description = "Simple application to display the time on the page."
2+
description = "A simple application to display the time on the page."

0 commit comments

Comments
 (0)