Skip to content

Commit 0f986d3

Browse files
committed
The loading of the local file wasn't needed.
1 parent e999286 commit 0f986d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/psc/gallery/examples/hello_world_py/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<link rel="stylesheet" href="hello_world.css">
88
</head>
99
<body>
10-
<py-config src="../py_config.toml">
11-
paths = ["hello_world.py"]
12-
</py-config>
10+
<py-config src="../py_config.toml"></py-config>
1311
<main>
1412
<h1>Hello Python ...</h1>
1513
<div id="output"></div>

0 commit comments

Comments
 (0)