Skip to content

Commit

Permalink
Chat should fill the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 20, 2024
1 parent 0313ab8 commit aefe95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/templates/chat/starters/sidebar-dark/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# An empty, closed, sidebar
with ui.sidebar(width=300, style="height:100%", position="right"):
chat = ui.Chat(id="chat", messages=["Welcome to the dark side!"])
chat.ui()
chat.ui(height="100%")


# Define a callback to run when the user submits a message
Expand Down

0 comments on commit aefe95c

Please sign in to comment.