Skip to content

Commit 4cfa975

Browse files
committed
Align Details and SA table
1 parent 6c0e0fa commit 4cfa975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

panel/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,12 @@ def tableau_states(res, states):
326326
format="svg",
327327
)
328328

329-
gstack[0:2, 3:5] = pn.Column(
329+
gstack[0:3, 3:5] = pn.Column(
330330
pn.pane.Markdown("## Scenarios", styles={"color": blue_color}),
331331
interactive_tableau,
332332
)
333333

334-
gstack[2:3, 3:5] = pn.Column(
334+
gstack[3:4, 3:5] = pn.Column(
335335
pn.pane.Markdown("## Details on inputs' states", styles={"color": blue_color}),
336336
interactive_tableau_states,
337337
)

0 commit comments

Comments
 (0)