Skip to content

Commit 233ba91

Browse files
author
Mark Gibbs
committed
Drop use of legacy component
1 parent dff8b3e commit 233ba91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/demo/plotly_apps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def callback_c(*args,**kwargs):
6767
label="momentum",
6868
channel_name="test_widget_channel",
6969
uid="and_this_one"),
70-
dpd.DPDirectComponent(id="direct"),
7170
dcc.RadioItems(id="dropdown-one",options=[{'label':i,'value':j} for i,j in [
7271
("O2","Oxygen"),("N2","Nitrogen"),("CO2","Carbon Dioxide")]
7372
],value="Oxygen"),

0 commit comments

Comments
 (0)