fix: simplify upload placeholder text

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 00:56:32 +00:00
parent 8f1fb690ae
commit 27fe87c4fe

View File

@@ -369,7 +369,7 @@ if uploaded is not None:
else: else:
# No file uploaded — show placeholder # No file uploaded — show placeholder
st.info("Upload a CSV or Excel file to get started.") st.info("Upload a file to get started.")
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------