如何自动将滚动到底部添加到面板小部件框

How to add scroll to bottom automatically to Panel widget box

提问人:Rahul kambhampati 提问时间:6/7/2023 最后编辑:toyota SupraRahul kambhampati 更新时间:6/8/2023 访问量:159

问:

output = pn.WidgetBox('*Conversations:*', qa_interactive, width=630, height=440, styles=custom_style1, scroll=True)

我有用于聊天机器人等对话的小部件框,我正在调用并将响应保存在小部件框中。openAI

我可以看到滚动条,但是当文本超过小部件框的高度时,我必须手动滚动以查看对话。

有没有办法自动滚动到底部?

python 面板 holoviz-panel

评论


答: 暂无答案