How do I find out the specs of the Streamlit Cloud computers running my app? I want to know the CPU speed, number of CPUs, and memory allocated to my app. My app currently runs fine on my laptop but crashes or runs very slow on Streamlit Cloud. (I currently have free Streamlit Cloud account with one private app. My laptop is about 5 years old, Intel Core i7, 1.8Ghz, 4 cores, 12 GB memory, running Windows 10.)
I am trying to figure out if my problem is due to different resources. If so, would upgrading to a paid account help? If not, I will have to investigate more into other potential sources, like the difference in OS or difference in package versions, etc.