benchmarks/dash_app/app.py [52:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        html.Div(
            [
                html.Div(
                    [
                        html.Img(
                            src=app.get_asset_url("crypten-icon.png"),
                            id="plotly-image",
                            style={
                                "height": "60px",
                                "width": "auto",
                                "margin-bottom": "25px",
                            },
                        )
                    ],
                    className="one-third column",
                ),
                html.Div(
                    [
                        html.Div(
                            [
                                html.H2("CrypTen", style={"margin-bottom": "0px"}),
                                html.H4("Benchmarks", style={"margin-top": "0px"}),
                            ]
                        )
                    ],
                    className="one-half column",
                    id="title",
                ),
                html.Div(
                    [
                        html.A(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



benchmarks/dash_app/app.py [226:256]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        html.Div(
            [
                html.Div(
                    [
                        html.Img(
                            src=app.get_asset_url("crypten-icon.png"),
                            id="plotly-image",
                            style={
                                "height": "60px",
                                "width": "auto",
                                "margin-bottom": "25px",
                            },
                        )
                    ],
                    className="one-third column",
                ),
                html.Div(
                    [
                        html.Div(
                            [
                                html.H2("CrypTen", style={"margin-bottom": "0px"}),
                                html.H4("Benchmarks", style={"margin-top": "0px"}),
                            ]
                        )
                    ],
                    className="one-half column",
                    id="title",
                ),
                html.Div(
                    [
                        html.A(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



