mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Adding hint list[list]
for example parameter (#7966)
* Adding hint list[list] for example parameter * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
eae97c29ce
commit
bad383645e
5
.changeset/honest-spiders-visit.md
Normal file
5
.changeset/honest-spiders-visit.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Adding hint `list[list]` for example parameter
|
@ -61,7 +61,7 @@ class ChatInterface(Blocks):
|
||||
additional_inputs: str | Component | list[str | Component] | None = None,
|
||||
additional_inputs_accordion_name: str | None = None,
|
||||
additional_inputs_accordion: str | Accordion | None = None,
|
||||
examples: list[str] | list[dict[str, str | list]] | None = None,
|
||||
examples: list[str] | list[dict[str, str | list]] | list[list] | None = None,
|
||||
cache_examples: bool | Literal["lazy"] | None = None,
|
||||
title: str | None = None,
|
||||
description: str | None = None,
|
||||
|
Loading…
Reference in New Issue
Block a user