mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-19 12:00:39 +08:00
formatting
This commit is contained in:
parent
e999e15f0f
commit
f3da68666c
@ -448,8 +448,8 @@ class Checkbox(InputComponent):
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
default: bool = False,
|
||||
self,
|
||||
default: bool = False,
|
||||
label: Optional[str] = None,
|
||||
optional: bool = False,
|
||||
):
|
||||
@ -1598,8 +1598,8 @@ class State(InputComponent):
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
label: str = None,
|
||||
self,
|
||||
label: str = None,
|
||||
default: Any = None,
|
||||
optional: bool = False,
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user