When running locally, it is not slow to select different values from selectbox and display the screen accordingly, but when i deploy the app, the speed is significantly slower. What’s the reason?
Streamlit Cloud is a free service geared toward educational use and to help people get started. There is a 1GB resource limit, so you won’t have a deluxe container running your app in the cloud. If you have a very nice computer with a large CPU and lots of RAM, I would expect your local app to run faster.
If that doesn’t sound right, try looking at your app’s logs to see if anything is reported there. You may also think about adding print statements through out your code so you can see in the log where your code is.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.