Skip to content

Commit

Permalink
Update agent.py
Browse files Browse the repository at this point in the history
Swapped two figures as test
  • Loading branch information
pclemow authored Jul 16, 2024
1 parent 1fd0e63 commit edbc643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
style={"height": "100%", "width": "100%"},
),
row=0,
col=0,
col=1,
)
grid.add_element(
dcc.Graph(
Expand All @@ -51,7 +51,7 @@
style={"height": "100%", "width": "100%"},
),
row=0,
col=1,
col=0,
)
grid.add_element(
dcc.Graph(
Expand Down

0 comments on commit edbc643

Please sign in to comment.