streamlit-aggrid
streamlit-aggrid copied to clipboard
How to pack st_aggrid together with streamlit?
Hello, i'm trying to deploy streamlit with the aggrid app using pyinstaller
While the deploy is not OK,
It goes with
such problems
and the .spec
file goes like this
hiddenimports=['streamlit-aggrid' , 'st_aggrid']
could you help me?
Why would you deploy a web application using pyinstaller
, since it's usually meant for a stand alone (single executable) application?