Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Booststrap Component not work properly on other client's browser

$
0
0

Boostrap works well on my chrome, but others. And they don’t have python installed on their system.
Take the follwing codes for example, someone just get a string on the page without light green backgound.
It seems that boostrap component not work on other computer.

import dash
import dash_bootstrap_components as dbc

app = dash.Dash(
    external_stylesheets=[dbc.themes.BOOTSTRAP]
)

app.layout = dbc.Alert(
    "Hello, Bootstrap!", className="m-5"
)

if __name__ == "__main__":
    app.run_server(host='0.0.0.0', port=80)

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles