Hi there,
I’m creating an app which involves plotting candle stick charts (for 3 different securities stocks) as a result of a function. I have included the plotly package in the requirements.txt file and wrote a command so that Streamlit would install this library automatically. The problem is it works perfectly with the local file and environment (the charts do show up in 3 tabs of my browser); however, when it comes to Streamlit cloud (on the browser Firefox) no chart shows up without any error. So there is no log to track error…
How can i solve this? any help is highly appreciated.
Here is the app btw
App
Thanks a lot
Tram