streamlit-javascript
streamlit-javascript copied to clipboard
Return simple value
Is there an easy way to simply return something simple like window.parent.location.href (to get the url of the app) without explicitly nested it inside an async function?
Having the same issue, this suggestion does not work for me
Having the same issue, this suggestion does not work for me
The same here. Even a simple script = 'await (async function () { return "test"; })()' return 0