while using py-script in html i got this error:-
ERROR image you can check here by opening the link i watched youtube videos but can't find any solution, i need to solve this error as soon as possible, cause this is my final year college project
while using py-script in html i got this error:-
ERROR image you can check here by opening the link i watched youtube videos but can't find any solution, i need to solve this error as soon as possible, cause this is my final year college project
Streamlit is unlikely to work directly in PyScript - it relies on the assumption that it's running in a Desktop Environment in a number of ways.
You should have a look at stlite, which allows you to run Streamlit-style code client-side in the browser using Pyodide.