There was an error while loading. Please reload this page. uploaded_file = st.file_uploader("📂 Upload your CSV file", type="csv") if uploaded_file: df = pd.read ...