We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaaecc commit bf2f8b3Copy full SHA for bf2f8b3
pkg-py/tests/playwright/chat/shiny_output/app.py
@@ -3,9 +3,8 @@
3
import plotly.express as px # pyright: ignore[reportMissingTypeStubs]
4
from shiny import reactive, render
5
from shiny.express import ui
6
-from shinywidgets import render_plotly, render_widget
7
-
8
from shinychat.express import Chat
+from shinywidgets import render_plotly, render_widget
9
10
ui.page_opts(
11
title="Hello output bindings in Chat",
@@ -22,7 +21,7 @@ def map():
22
21
23
chat = Chat(id="chat")
24
25
-chat.ui(messages=[map_ui]) # type: ignore[reportArgumentType]
+chat.ui(messages=[map_ui])
26
27
with ui.hold() as df_1:
28
0 commit comments