mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
formatting
This commit is contained in:
parent
7cd76a517f
commit
6a0177337b
@ -2725,6 +2725,7 @@ class Markdown(Component):
|
||||
"""
|
||||
Used for Markdown output. Expects a valid string that is rendered into Markdown.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
default_value: str = "",
|
||||
@ -2745,6 +2746,7 @@ class Button(Component):
|
||||
"""
|
||||
Used to create a button, that can be assigned arbitrary click() events.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
default_value: str = "",
|
||||
@ -2775,6 +2777,7 @@ class Dataset(Component):
|
||||
Used to create a output widget for showing datasets. Used to render the examples
|
||||
box in the interface.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
*,
|
||||
|
Loading…
Reference in New Issue
Block a user