holoviz/panel

Add `widget_placeholder` to ChatInterface

Open

#6,357 opened on Feb 18, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (615 forks)auto 404
good first issuetype: enhancement

Repository metrics

Stars
 (5,722 stars)
PR merge metrics
 (PR metrics pending)

Description

I'd like to update ChatInterface's default text input's placeholder without creating a custom text input.

            params["widgets"] = [TextInput(placeholder="Send a message")]

Contributor guide