Columns wont work

Hi @boris.vetto and welcome to the Dash community :slight_smile:

Try adding a stylesheet, for example:

app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
1 Like