@@ -42,7 +42,7 @@ <h2>Simple clock</h2>
42
42
< h2 > REPL</ h2 >
43
43
</ a >
44
44
< p >
45
- A Python REPL (Read Eval Print Loop).
45
+ A Python REPL (Read Eval Print Loop)
46
46
</ p >
47
47
</ div >
48
48
</ div >
@@ -53,7 +53,7 @@ <h2>REPL</h2>
53
53
< h2 > REPL2</ h2 >
54
54
</ a >
55
55
< p >
56
- A Python REPL (Read Eval Print Loop) with slightly better formatting..
56
+ A Python REPL (Read Eval Print Loop) with slightly better formatting
57
57
</ p >
58
58
</ div >
59
59
</ div >
@@ -64,7 +64,7 @@ <h2>REPL2</h2>
64
64
< h2 > TODO App</ h2 >
65
65
</ a >
66
66
< p >
67
- Demo showing how would a Simple TODO App would look like in PyScript </ code > tag
67
+ Simple TODO App
68
68
</ p >
69
69
</ div >
70
70
</ div >
@@ -75,7 +75,7 @@ <h2>TODO App</h2>
75
75
< h2 > PyScript Native TODO App</ h2 >
76
76
</ a >
77
77
< p >
78
- Demo showing how would a Simple TODO App would look like in PyScript < /code > tag
78
+ Simple TODO App using < code > <py-list> < /code >
79
79
</ p >
80
80
</ div >
81
81
</ div >
@@ -91,7 +91,7 @@ <h2>MIME Rendering</h2>
91
91
< h2 > Matplotlib</ h2 >
92
92
</ a >
93
93
< p >
94
- Demonstrates rendering < a href ="https://matplotlib.org/ " target ="_blank "> Matplotlib</ a > figure as output of the py-script tag
94
+ Demonstrates rendering a < a href ="https://matplotlib.org/ " target ="_blank "> Matplotlib</ a > figure as output of the py-script tag
95
95
</ p >
96
96
</ div >
97
97
</ div >
104
104
</ h2 >
105
105
</ a >
106
106
< p >
107
- Demonstrates rendering < a href ="https://altair-viz.github.io/ " target ="_blank "> Altair</ a > plot as output of the py-script tag
107
+ Demonstrates rendering a < a href ="https://altair-viz.github.io/ " target ="_blank "> Altair</ a > plot as output of the py-script tag
108
108
</ p >
109
109
</ div >
110
110
</ div >
117
117
</ h2 >
118
118
</ a >
119
119
< p >
120
- Demonstrates rendering
120
+ Demonstrates rendering a
121
121
< a href ="https://python-visualization.github.io/folium/ " target ="_blank "> Folium</ a >
122
122
map as output of the py-script tag
123
123
</ p >
0 commit comments