(# ModuleNotFoundError)
for st_aggrid while deploying the app. It works when using local host.
File "/app/nse_tracker/nse_project.py", line 6, in <module>
from st_aggrid import GridOptionsBuilder, AgGrid
ModuleNotFoundError: No module named 'st_aggrid'
Please share a link to your github repo.
I assume you forgot to add this to your requirements.
The following libraries are missing:
pillow
streamlit-aggrid
Beyond that, i don’t think that the usage of webbrowser
will work on streamlit cloud.
1 Like
“Beyond that, i don’t think that the usage of webbrowser
will work on streamlit cloud.”
Also, any way to attach links and deploy them?
Put them into a st.markdown
element?