Skip to content

Commit c243f66

Browse files
committedApr 25, 2025
switched to panel serve to debug
1 parent 67fb2de commit c243f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/ex_tsdataui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ def create_title(self, v):
183183
# %%
184184
exmgr = ExampleTimeSeriesDataUIManager(gdf)
185185
ui = dataui.DataUI(exmgr, station_id_column="station_id" if MANY_TO_ONE else None)
186-
ui.create_view(title="Example Time Series Data UI").show()
186+
ui.create_view(title="Example Time Series Data UI").servable()
187187
# %%

0 commit comments

Comments
 (0)