Skip to content

Commit

Permalink
allow multiple sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Nov 27, 2024
1 parent 44bcf4f commit 5294f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ai/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def explore_table_if_single(event):
if len(table_select.options) == 1:
explore_button.param.trigger("value")

controls = SourceControls(select_existing=False, name='Upload')
controls = SourceControls(select_existing=False, multiple=True, name='Upload')
controls.param.watch(explore_table_if_single, "add")
tabs = Tabs(controls, sizing_mode='stretch_both', design=Material)

Expand Down

0 comments on commit 5294f91

Please sign in to comment.