Skip to content

Commit 3d14784

Browse files
committed
Fixed mypy checks
1 parent c16d80b commit 3d14784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/desi/web/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def create_gradio_interface() -> gr.Blocks:
420420
height=500,
421421
show_label=True,
422422
avatar_images=(None, "🤖"),
423-
value=[[None, {"role": "assistant", "content": WELCOME_MESSAGE}]],
423+
value=[(None, WELCOME_MESSAGE)],
424424
)
425425

426426
with gr.Row():

0 commit comments

Comments
 (0)