When running a streamlit space I can get everything to work, however the plotly charts are all broken and show either no data at all, or for timeseries data, simply show the data incrementing by 1 for each timestamp. This behaviour is not found when running the streamlit application locally on my machine and the underlying data seems fine, because I have inspected it with logging. This appears to be an issue isolated to the use of plotly in a steamlit application. You can find a reproducible example in the private repos on my account.