Hey guys,
I’m trying to use VEGA (not Vega-Lite) on Streamlit, and then I was advised to create a component to perform that.
Initially, while running the component on the developmental version, we had the plot below:
However, while changing the _REALEASE to True and running the same code, the message is:
Your app is having trouble loading the init.vega_compile component.
(The app is attempting to load the component from ****, and hasn't received its "streamlit
" message.)
If this is a development build, have you started the dev server?
If this is a release build, have you compiled the frontend?
For more troubleshooting help, please see the Streamlit Component docs or visit our forums.
To have access to entire code, I uploaded here