diff --git a/gradio/components.py b/gradio/components.py index 99b1b1e414..f2ce330444 100644 --- a/gradio/components.py +++ b/gradio/components.py @@ -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, *,