From 27fe87c4fed2b913fc6ae58f44ce755234edf0c1 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Apr 2026 00:56:32 +0000 Subject: [PATCH] fix: simplify upload placeholder text Co-Authored-By: Claude Opus 4.6 --- src/gui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") # ---------------------------------------------------------------------------