Fancy-yousa commited on
Commit
5e91884
·
verified ·
1 Parent(s): 86f8c64

Update Webapp/app.py

Browse files
Files changed (1) hide show
  1. Webapp/app.py +5 -5
Webapp/app.py CHANGED
@@ -705,7 +705,7 @@ dash_app.layout = dmc.MantineProvider(
705
  clearable=False,
706
  style={"marginBottom": "12px"},
707
  ),
708
- dmc.CheckboxGroup(id="filter-algos", children=[], value=[]),
709
  ]
710
  ),
711
  ],
@@ -756,7 +756,7 @@ dash_app.layout = dmc.MantineProvider(
756
  gutter="md",
757
  style={"marginTop": "16px"},
758
  children=[
759
- dmc.GridCol(
760
  span=12,
761
  md=6,
762
  children=html.Div(
@@ -767,7 +767,7 @@ dash_app.layout = dmc.MantineProvider(
767
  ],
768
  ),
769
  ),
770
- dmc.GridCol(
771
  span=12,
772
  md=6,
773
  children=html.Div(
@@ -797,7 +797,7 @@ dash_app.layout = dmc.MantineProvider(
797
  dmc.Grid(
798
  gutter="md",
799
  children=[
800
- dmc.GridCol(
801
  span=12,
802
  md=6,
803
  children=html.Div(
@@ -808,7 +808,7 @@ dash_app.layout = dmc.MantineProvider(
808
  ],
809
  ),
810
  ),
811
- dmc.GridCol(
812
  span=12,
813
  md=6,
814
  children=html.Div(
 
705
  clearable=False,
706
  style={"marginBottom": "12px"},
707
  ),
708
+ dmc.CheckboxGroup(id="filter-algos", children=[], value=[], orientation="vertical"),
709
  ]
710
  ),
711
  ],
 
756
  gutter="md",
757
  style={"marginTop": "16px"},
758
  children=[
759
+ dmc.Col(
760
  span=12,
761
  md=6,
762
  children=html.Div(
 
767
  ],
768
  ),
769
  ),
770
+ dmc.Col(
771
  span=12,
772
  md=6,
773
  children=html.Div(
 
797
  dmc.Grid(
798
  gutter="md",
799
  children=[
800
+ dmc.Col(
801
  span=12,
802
  md=6,
803
  children=html.Div(
 
808
  ],
809
  ),
810
  ),
811
+ dmc.Col(
812
  span=12,
813
  md=6,
814
  children=html.Div(