Massive Performance Problems using Plotly

I would like to display a large number of plots (about 6) on my Streamlit application. Originally this was planned with Plotly. However, the performance was very poor. For example, textboxes within a st.form take forever to display, what has been typed. With matplotlib instead of Plotly it was faster, but I would like to implement it with Plotly.
Has anyone experienced similar issues and did found a solution for this problem?
Thanks in advance

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.