Hi all, i got an issue when try to put two component side by side with dbc.Container, the result always display two row. This is my code :
import dash
import dash_core_components as dcc
import dash_html_components as html
from dash.dependencies import Output, Input
import dash_bootstrap_components as dbc
import plotly.express as px
Thanks for helping. You make my day. I copy code and every thing ok as i want. So the problem was: Im not link with Bootstrap styesheet? And from now on , when use dbc library, I must run Bootstrap styesheet. Right?
Yes, the issue was linking to a Bootstsrap stylesheet. Note that you can use other themes too. You can find out more in the dash-bootstsrap-components docs here: