streamlit-javascript
streamlit-javascript copied to clipboard
Streamlit component to execute javascript code on the client side and get back the result

Hi! thanks for your great work! A error found as below when using it: FileNotFoundError: [Errno 2] No such file or directory: '...\\.venv\\lib\\site-packages\\streamlit_javascript\\frontend\\build\\bootstrap.min.css.map'
 it will return 0 
the release pipeline to deploy [1.42.0](https://github.com/thunderbug1/streamlit-javascript/releases/tag/1.42.0) to pypy is currently broken. I don't have time right, now to fix it, so I leave this to not forget it.
File "/usr/_streamlit_playground/nginx_test_page.py", line 26, in nginx_test_page_init user_agent = parse(ua_string) File "/usr/_streamlit_playground/streamlit_dev_env/lib64/python3.9/site-packages/user_agents/parsers.py", line 268, in parse return UserAgent(user_agent_string) File "/usr/_streamlit_playground/streamlit_dev_env/lib64/python3.9/site-packages/user_agents/parsers.py", line 136, in __init__ ua_dict = user_agent_parser.Parse(user_agent_string) File "/usr/_streamlit_playground/streamlit_dev_env/lib64/python3.9/site-packages/ua_parser/user_agent_parser.py", line 227,...