Dash() markdown_text = ''' ### Dash and Markdown A lot of text ''' app.layout = html.Div([ dcc.Markdown(children=markdown_text) ]) if ...
確定! 回上一頁