formatting

This commit is contained in:
Abubakar Abid 2022-03-25 10:43:55 -07:00
parent 7cd76a517f
commit 6a0177337b

View File

@ -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,
*,