mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
formatting
This commit is contained in:
parent
3e803a8f03
commit
94f43859e7
@ -646,7 +646,7 @@ class Interface(Blocks):
|
||||
[input_component_column] if input_component_column else []
|
||||
), # type: ignore
|
||||
_js=f"""() => {json.dumps(
|
||||
(
|
||||
|
||||
[{'variant': None, 'visible': True, '__type__': 'update'}]
|
||||
if self.interface_type
|
||||
in [
|
||||
@ -655,7 +655,7 @@ class Interface(Blocks):
|
||||
InterfaceTypes.UNIFIED,
|
||||
]
|
||||
else []
|
||||
)
|
||||
|
||||
)}
|
||||
""",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user