Skip to content

Commit

Permalink
Update stlite
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudmiribel committed May 30, 2024
1 parent 1afb764 commit b7d1620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<title>Embedded Streamlit App</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/LukasMasuch/stlite-demo/static/stlite/stlite/stlite.css"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.57.0/build/stlite.css"
>
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/gh/LukasMasuch/stlite-demo/static/stlite/stlite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.57.0/build/stlite.js"></script>
<script>
if (window.location.search !== "?embed=true") {{
window.location.search = "?embed=true";
Expand Down

0 comments on commit b7d1620

Please sign in to comment.