h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

Request for Extension of `ui.dialog` and `ui.side_panel` to Support `ui.chatbot_card` Integration #2308

Open nivzx opened 2 months ago

nivzx commented 2 months ago

Right now the items[] list in ui.dialog and ui.side_panel only accept type list[Component]. I need to add a ChatbotCard within a SidePanel or a Dialog, please extend the functionality of them to support that.

cc: @mturoci