diff --git a/ui/data_input_ui.py b/ui/data_input_ui.py index 44e112f..8c80aab 100644 --- a/ui/data_input_ui.py +++ b/ui/data_input_ui.py @@ -41,6 +41,11 @@ def data_input_ui(): "input_file", "Choose a file to upload:", multiple=False, width="100%" + ), + # ADDED: Helper text to show supported file types + ui.p( + "Supported types: .pickle, .h5ad", + style="font-size: 0.9em; font-style: italic; color: #6c757d;" ) ), ui.row( @@ -178,4 +183,4 @@ def data_input_ui(): ) ) ) - ) + ) \ No newline at end of file