The Dataset component displays example data that users can click to populate inputs.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gradio-app/gradio/llms.txt
Use this file to discover all available pages before exploring further.
Basic usage
Constructor
Components that correspond to each column
Example data. Each inner list represents one example
Column headers. If None, inferred from component labels
What to pass when clicked:
"values"- The example values"index"- The example index"tuple"- Both (index, values)
Display layout:
"gallery"- Grid of cards"table"- Table view
Number of examples per page
Events
- click - Triggered when example is clicked
- select - Triggered when example is selected