Skip to content

Commit

Permalink
Update vizro-core/examples/scratch_dev/app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Li Nguyen <[email protected]>
  • Loading branch information
antonymilne and huong-li-nguyen authored Nov 28, 2024
1 parent 2e04a65 commit e4728c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class ControlGroup(vm.VizroBaseModel):
def build(self):
return html.Div(
[html.H4(self.title), html.Hr()] + [control.build() for control in self.controls],
className="control_group_container",
)


Expand Down

0 comments on commit e4728c4

Please sign in to comment.