View difference between Paste ID: nJ9JpMRC and KmDRXZ8A
SHOW: | | - or go back to the newest paste.
1
 html.Div(
2
                className="row header",
3
                id="app-header",
4
                style={"background-color": "#149739",
5
					   "display": "flex",
6
					   "align-items": "center",
7
                       "overflow": "hidden"},
8
                children=[
9
                    html.Div(
10
                        [
11
                            html.Img(
12-
                                style={"height": "80px"},
12+
13
                                className="logo",
14
                                style={"height": "80px", "padding": ".5em", "box-sizing": "border-box"},
15
                                id="plotly-image",
16-
                        className="three columns header_img",
16+
17
                        ],
18
                        className="three columns",
19
                    ),
20
                    html.Div(
21
                        [
22
                            html.H3(
23
                                "CAM-AD t-SNE Explorer",
24
                                style={"color": "#f2f3f4"},
25
                                className="header_title",
26
                                id="app-title",
27-
                        className="nine columns header_title_container",
27+
28
                        ],
29
                        className="nine columns",
30
                    ),
31
                ],
32
            ),