diff --git a/src/gui/app.py b/src/gui/app.py index 8517906..cadd9d8 100644 --- a/src/gui/app.py +++ b/src/gui/app.py @@ -369,7 +369,7 @@ if uploaded is not None: else: # No file uploaded — show placeholder - st.info("Upload a CSV or Excel file to get started.") + st.info("Upload a file to get started.") # ---------------------------------------------------------------------------