Hey there, thanks for sharing your question and welcome to the Streamlit community! It looks like your app works locally but fails to load data from the fastf1 API when deployed on Streamlit Community Cloud. This is a common scenario—many APIs work locally but run into issues in cloud deployments due to network restrictions, missing dependencies, or resource limits.