You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!doctype html><html><head><metacharset="UTF-8" /><metahttp-equiv="X-UA-Compatible" content="IE=edge" /><metaname="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/><title>Stlite App</title></head><body><divid="root"></div><scripttype="module">import*asstlitefrom"https://whitphx.github.io/stlite/lib/mountable/stlite.js";stlite.mount(`import streamlit as stname = st.text_input('Your name')st.write("Hello,", name or "world")`,document.getElementById("root"),);</script></body></html>
The error log look like
index-BbHjSJ8n.js:9 Loading a worker script from a different origin: https://whitphx.github.io/stlite/lib/mountable/assets/worker-DB8fls9q.js
18:38:15.167 9d07ca4a-a4fc-4b8b-9579-184aeec18e0d:1 Uncaught TypeError: Failed to execute 'importScripts' on 'WorkerGlobalScope': Module scripts don't support importScripts().
at 9d07ca4a-a4fc-4b8b-9579-184aeec18e0d:1:1
The text was updated successfully, but these errors were encountered:
The error log look like
The text was updated successfully, but these errors were encountered: