Hi,
I would like to do this:
html.Div(children=[html.Span(children='Recording frequency: '),
dcc.Dropdown(id='frequency-list', options=frequencies)]),
that should result in something like this:
text_in_span: Dropdown Menu
So, I would like to suppress the break line that might come with the dropdown component.
I appreciate any help:)