Skip to content

Commit

Permalink
fix: css file was required
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Feb 26, 2024
1 parent 001cc05 commit 43d421b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipymolstar/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class PDBeMolstar(anywidget.AnyWidget):
_esm = pathlib.Path(__file__).parent / "widget.js"
_css = pathlib.Path(__file__).parent / "widget.css"
_css = pathlib.Path(__file__).parent / "pdbe-light.css"
value = traitlets.Int(0).tag(sync=True)

molecule_id = traitlets.Unicode().tag(sync=True)
Expand Down

0 comments on commit 43d421b

Please sign in to comment.