Welcome to the Streamlit community, and thanks for your question! This is a common issue when deploying apps that use extra libraries like fpdf. The error occurs because fpdf isn’t included in your requirements.txt file, so Streamlit Community Cloud doesn’t know to install it.