Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Sep 17, 2023
1 parent 4b7ef4b commit e906390
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/dual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@
),
position="right",
),
ui.row(
ui.div(
{"class": "col-sm-6"},
x.ui.layout_column_wrap(
1 / 2,
x.ui.card(
chatstream.chat_ui("chat1"),
),
ui.div(
{"class": "col-sm-6"},
x.ui.card(
chatstream.chat_ui("chat2"),
),
),
Expand Down

0 comments on commit e906390

Please sign in to comment.