Tasos Ventouris

Results 1 comments of Tasos Ventouris

I think I am getting closer but I still not done. If I do it like this: ``` app.config.external_stylesheets = [dbc.themes.BOOTSTRAP] app.layout = html.Div([ html.Button('Submit', id='submit', n_clicks=0), html.Div(id='container-button-basic', children=''), html.Div(id='placeholder-container')...