Hello,
I am quiet new on Streamlit, but I am in love with the concept
I am trying to set up the following component. It is basically to draw 2D molecules inside Streamlit Apps using JSME. But I am stuck when I am trying to release it.
If I go to frontend locally and:
npm install
npm start
and them run the component as streamlit run __init__.py
on this directory; everything is working as expected if _RELEASE = False
. However, if then I create the build in the frontend as: npm run build
and change _RELEASE = True
, I am getting:
(The app is attempting to load the component from ****, and hasn’t received its "streamlit
" message.)