From e750d826d3e3ca7c3f8e16a749d9e177b4a866c6 Mon Sep 17 00:00:00 2001 From: Andrew Huang Date: Tue, 26 Nov 2024 17:22:32 -0800 Subject: [PATCH] add placeholder --- lumen/ai/ui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lumen/ai/ui.py b/lumen/ai/ui.py index fe9c75a6..5cfc3c34 100644 --- a/lumen/ai/ui.py +++ b/lumen/ai/ui.py @@ -325,7 +325,8 @@ def _table_explorer(self): from panel_gwalker import GraphicWalker table_select = MultiChoice( - sizing_mode='stretch_width', max_height=200, margin=(5, 0), max_items=5 + placeholder="Select table(s)", sizing_mode='stretch_width', + max_height=200, margin=(5, 0), max_items=5 ) explore_button = Button( name='Explore table(s)', icon='chart-bar', button_type='primary', align='center',