|
38 | 38 | value="Conc.", |
39 | 39 | multiple=False, |
40 | 40 | children=[ |
41 | | - dmc.Chip(value="Conc.", label="Concentration"), |
42 | | - dmc.Chip(value="Response", label="Response"), |
43 | | - dmc.Chip(value="Area", label="Area"), |
| 41 | + # dmc.Chip(value="Conc.", label="Concentration"), |
| 42 | + # dmc.Chip(value="Response", label="Response"), |
| 43 | + # dmc.Chip(value="Area", label="Area"), |
| 44 | + dmc.Chip(value="Conc.", children="Concentration"), |
| 45 | + dmc.Chip(value="Response", children="Response"), |
| 46 | + dmc.Chip(value="Area", children="Area"), |
44 | 47 | ], |
45 | 48 | ), |
46 | 49 | dmc.Checkbox(id="includeIS", label="Include internal Stds") |
@@ -142,4 +145,4 @@ def update_output(list_of_contents, list_of_names, vtype, include_is): |
142 | 145 | return [html.Div([html.Hr(), table])], [html.Hr(), download_btn], summary |
143 | 146 |
|
144 | 147 | if __name__ == '__main__': |
145 | | - app.run_server(debug=True, host='0.0.0.0', port=8050) |
| 148 | + app.run(debug=True, host='0.0.0.0', port=8050) |
0 commit comments