mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
Update docstring
This commit is contained in:
parent
e55c956a94
commit
180abcef39
@ -184,7 +184,7 @@ class Image(AbstractOutput):
|
||||
class KeyValues(AbstractOutput):
|
||||
'''
|
||||
Component displays a table representing values for multiple fields.
|
||||
Output type: List[Tuple[str, value]]
|
||||
Output type: Dict[str, value]
|
||||
'''
|
||||
|
||||
def __init__(self, label=None):
|
||||
|
Loading…
Reference in New Issue
Block a user