Closed Renaldy002 closed 9 months ago
add code:
from pygwalker.api.streamlit import init_streamlit_comm
init_streamlit_comm()
In the next version of pygwalker, init_streamlit_comm
will be loaded implicitly.
okaay it works for me, thank you so much
pygwalker 0.4.5 python 3.9.0 streamlit 1.30.0
I want to show chart only on streamlit so I used this code I found
or
but it got error VM1227:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "<tit"... is not valid JSON
when I try the different method of showing chart it works but I can't show chart only by using this method