Hi,
I am trying to style an input area, but can’t seem to get it right.
html.Div([dcc.Input(id='id', value='', type='text',debounce = False , placeholder='input'), style={}],
style={'textAlign':'center'}),
No matter what I put inside {} for style, I get the following error:
SyntaxError: invalid syntax. Maybe you meant ‘==’ or ‘:=’ instead of ‘=’?